Html Css Color HEX #BD57B2 Fuchsia

📋 copy color: '#BD57B2'

red 189 ◦ green 87 ◦ blue 178

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

Shades of Fuchsia #BD57B2

Tints of Fuchsia #BD57B2

RGB

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

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

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

R = 41.63%
G = 19.16%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD57B2 (or 0xBD57B2) is known color: Fuchsia. HEX triplet: BD, 57 and B2. RGB value is (189,87,178). Sum of RGB (Red+Green+Blue) = 189+87+178=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD57B2 is #42A84D. Grayscale: #7F7F7F. Windows color (decimal): -4368462 or 11687869. OLE color: 11687869.

HSL color Cylindrical-coordinate representation of color #BD57B2: hue angle of 306.47º 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 #BD57B2 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 87 178 -
CMYK 0 0.54 0.06 0.26
HSL 306.47º 0.44% 0.54% -
HSV(B) 306.47º 0.54% 0.74% -
XYZ 32.43 20.85 44.43 -
YUV 127.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 189 87 178 0 0.54 0.06 0.26 306.47 0.44 0.54
Hex BD 57 B2 0 36 6 1A 132 2C 36
Octal 275 127 262 0 66 6 32 462 54 66
Binary 10111101 1010111 10110010 0 110110 110 11010 100110010 101100 110110

Color Harmonies of #BD57B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57B2

Black with #BD57B2

Text Example


Text Example

White with #BD57B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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