Html Css Color HEX #BD32B9 Fuchsia

📋 copy color: '#BD32B9'

red 189 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #BD32B9

Tints of Fuchsia #BD32B9

RGB

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

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

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

R = 44.58%
G = 11.79%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD32B9 (or 0xBD32B9) is known color: Fuchsia. HEX triplet: BD, 32 and B9. RGB value is (189,50,185). Sum of RGB (Red+Green+Blue) = 189+50+185=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32B9 is #42CD46. Grayscale: #6A6A6A. Windows color (decimal): -4377927 or 12137149. OLE color: 12137149.

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

Color convert

RGB 189 50 185 -
CMYK 0 0.74 0.02 0.26
HSL 301.73º 0.58% 0.47% -
HSV(B) 301.73º 0.74% 0.74% -
XYZ 30.88 16.6 47.48 -
YUV 106.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 189 50 185 0 0.74 0.02 0.26 301.73 0.58 0.47
Hex BD 32 B9 0 4A 2 1A 12E 3A 2F
Octal 275 62 271 0 112 2 32 456 72 57
Binary 10111101 110010 10111001 0 1001010 10 11010 100101110 111010 101111

Color Harmonies of #BD32B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32B9

Black with #BD32B9

Text Example


Text Example

White with #BD32B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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