Html Css Color HEX #BD57B9 Fuchsia

📋 copy color: '#BD57B9'

red 189 ◦ green 87 ◦ blue 185

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

Shades of Fuchsia #BD57B9

Tints of Fuchsia #BD57B9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.87%

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

R = 41%
G = 18.87%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD57B9 (or 0xBD57B9) is known color: Fuchsia. HEX triplet: BD, 57 and B9. RGB value is (189,87,185). Sum of RGB (Red+Green+Blue) = 189+87+185=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57B9 is #42A846. Grayscale: #808080. Windows color (decimal): -4368455 or 12146621. OLE color: 12146621.

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

Color convert

RGB 189 87 185 -
CMYK 0 0.54 0.02 0.26
HSL 302.35º 0.44% 0.54% -
HSV(B) 302.35º 0.54% 0.74% -
XYZ 33.15 21.14 48.23 -
YUV 128.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 189 87 185 0 0.54 0.02 0.26 302.35 0.44 0.54
Hex BD 57 B9 0 36 2 1A 12E 2C 36
Octal 275 127 271 0 66 2 32 456 54 66
Binary 10111101 1010111 10111001 0 110110 10 11010 100101110 101100 110110

Color Harmonies of #BD57B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57B9

Black with #BD57B9

Text Example


Text Example

White with #BD57B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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