Html Css Color HEX #BD59B9 Fuchsia

📋 copy color: '#BD59B9'

red 189 ◦ green 89 ◦ blue 185

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

Shades of Fuchsia #BD59B9

Tints of Fuchsia #BD59B9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.22%

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 40.82%
G = 19.22%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD59B9 (or 0xBD59B9) is known color: Fuchsia. HEX triplet: BD, 59 and B9. RGB value is (189,89,185). Sum of RGB (Red+Green+Blue) = 189+89+185=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD59B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59B9 is #42A646. Grayscale: #818181. Windows color (decimal): -4367943 or 12147133. OLE color: 12147133.

HSL color Cylindrical-coordinate representation of color #BD59B9: hue angle of 302.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD59B9 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 89 185 -
CMYK 0 0.53 0.02 0.26
HSL 302.4º 0.43% 0.55% -
HSV(B) 302.4º 0.53% 0.74% -
XYZ 33.32 21.47 48.29 -
YUV 129.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 189 89 185 0 0.53 0.02 0.26 302.4 0.43 0.55
Hex BD 59 B9 0 35 2 1A 12E 2B 37
Octal 275 131 271 0 65 2 32 456 53 67
Binary 10111101 1011001 10111001 0 110101 10 11010 100101110 101011 110111

Color Harmonies of #BD59B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59B9

Black with #BD59B9

Text Example


Text Example

White with #BD59B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59B9; }

 p { color: rgb(189,89,185); }

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

background-color css

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

 a { background-color: rgb(189,89,185); }

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

border-color css

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

 span { border-color: rgb(189,89,185); }

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