Html Css Color HEX #BD27B2 Fuchsia

📋 copy color: '#BD27B2'

red 189 ◦ green 39 ◦ blue 178

#BD27B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BD27B2

Tints of Fuchsia #BD27B2

RGB

 RED value IS 189 (74.22% from 255) = 46.55%

 GREEN value IS 39 (15.63% from 255) = 9.61%

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 46.55%
G = 9.61%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD27B2 (or 0xBD27B2) is known color: Fuchsia. HEX triplet: BD, 27 and B2. RGB value is (189,39,178). Sum of RGB (Red+Green+Blue) = 189+39+178=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD27B2 is #42D84D. Grayscale: #636363. Windows color (decimal): -4380750 or 11675581. OLE color: 11675581.

HSL color Cylindrical-coordinate representation of color #BD27B2: hue angle of 304.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD27B2 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 178 -
CMYK 0 0.79 0.06 0.26
HSL 304.4º 0.66% 0.45% -
HSV(B) 304.4º 0.79% 0.74% -
XYZ 29.75 15.48 43.54 -
YUV 99.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 189 39 178 0 0.79 0.06 0.26 304.4 0.66 0.45
Hex BD 27 B2 0 4F 6 1A 130 42 2D
Octal 275 47 262 0 117 6 32 460 102 55
Binary 10111101 100111 10110010 0 1001111 110 11010 100110000 1000010 101101

Color Harmonies of #BD27B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27B2

Black with #BD27B2

Text Example


Text Example

White with #BD27B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27B2; }

 p { color: rgb(189,39,178); }

 H1.HeaderClassName
 {
   color: #BD27B2;
 }
 .AnyTagClassName
 {
   color: #BD27B2;
 }
</style>

background-color css

<style>
 a { background-color: #BD27B2; }

 a { background-color: rgb(189,39,178); }

 div.DivClassName
 {
   background-color: #BD27B2;
 }
 .BgClassName
 {
   background-color: #BD27B2;
 }
</style>

border-color css

<style>
 span { border-color: #BD27B2; }

 span { border-color: rgb(189,39,178); }

 td.TdClassName
 {
   border-color: #BD27B2;
 }
 .TagClassName
 {
   border-color: #BD27B2;
 }
</style>