Html Css Color HEX #BD32B8 Fuchsia

📋 copy color: '#BD32B8'

red 189 ◦ green 50 ◦ blue 184

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

Shades of Fuchsia #BD32B8

Tints of Fuchsia #BD32B8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.82%

 BLUE value IS 184 (72.27% from 255) = 43.5%

R = 44.68%
G = 11.82%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD32B8 (or 0xBD32B8) is known color: Fuchsia. HEX triplet: BD, 32 and B8. RGB value is (189,50,184). Sum of RGB (Red+Green+Blue) = 189+50+184=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32B8 is #42CD47. Grayscale: #6A6A6A. Windows color (decimal): -4377928 or 12071613. OLE color: 12071613.

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

Color convert

RGB 189 50 184 -
CMYK 0 0.74 0.03 0.26
HSL 302.16º 0.58% 0.47% -
HSV(B) 302.16º 0.74% 0.74% -
XYZ 30.78 16.56 46.92 -
YUV 106.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 189 50 184 0 0.74 0.03 0.26 302.16 0.58 0.47
Hex BD 32 B8 0 4A 3 1A 12E 3A 2F
Octal 275 62 270 0 112 3 32 456 72 57
Binary 10111101 110010 10111000 0 1001010 11 11010 100101110 111010 101111

Color Harmonies of #BD32B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32B8

Black with #BD32B8

Text Example


Text Example

White with #BD32B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32B8; }

 p { color: rgb(189,50,184); }

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

background-color css

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

 a { background-color: rgb(189,50,184); }

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

border-color css

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

 span { border-color: rgb(189,50,184); }

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