Html Css Color HEX #BB32B9 Fuchsia

📋 copy color: '#BB32B9'

red 187 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #BB32B9

Tints of Fuchsia #BB32B9

RGB

 RED value IS 187 (73.44% from 255) = 44.31%

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

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

R = 44.31%
G = 11.85%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB32B9 (or 0xBB32B9) is known color: Fuchsia. HEX triplet: BB, 32 and B9. RGB value is (187,50,185). Sum of RGB (Red+Green+Blue) = 187+50+185=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32B9 is #44CD46. Grayscale: #696969. Windows color (decimal): -4508999 or 12137147. OLE color: 12137147.

HSL color Cylindrical-coordinate representation of color #BB32B9: hue angle of 300.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB32B9 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 185 -
CMYK 0 0.73 0.01 0.27
HSL 300.88º 0.58% 0.46% -
HSV(B) 300.88º 0.73% 0.73% -
XYZ 30.39 16.35 47.45 -
YUV 106.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 187 50 185 0 0.73 0.01 0.27 300.88 0.58 0.46
Hex BB 32 B9 0 49 1 1B 12D 3A 2E
Octal 273 62 271 0 111 1 33 455 72 56
Binary 10111011 110010 10111001 0 1001001 1 11011 100101101 111010 101110

Color Harmonies of #BB32B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32B9

Black with #BB32B9

Text Example


Text Example

White with #BB32B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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