Html Css Color HEX #BD4DB2 Fuchsia

📋 copy color: '#BD4DB2'

red 189 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #BD4DB2

Tints of Fuchsia #BD4DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.34%

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

R = 42.57%
G = 17.34%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD4DB2 (or 0xBD4DB2) is known color: Fuchsia. HEX triplet: BD, 4D and B2. RGB value is (189,77,178). Sum of RGB (Red+Green+Blue) = 189+77+178=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4DB2 is #42B24D. Grayscale: #797979. Windows color (decimal): -4371022 or 11685309. OLE color: 11685309.

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

Color convert

RGB 189 77 178 -
CMYK 0 0.59 0.06 0.26
HSL 305.89º 0.46% 0.52% -
HSV(B) 305.89º 0.59% 0.74% -
XYZ 31.68 19.34 44.18 -
YUV 122 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 189 77 178 0 0.59 0.06 0.26 305.89 0.46 0.52
Hex BD 4D B2 0 3B 6 1A 132 2E 34
Octal 275 115 262 0 73 6 32 462 56 64
Binary 10111101 1001101 10110010 0 111011 110 11010 100110010 101110 110100

Color Harmonies of #BD4DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DB2

Black with #BD4DB2

Text Example


Text Example

White with #BD4DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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