Html Css Color HEX #BB36AB Fuchsia

📋 copy color: '#BB36AB'

red 187 ◦ green 54 ◦ blue 171

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

Shades of Fuchsia #BB36AB

Tints of Fuchsia #BB36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.11%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 45.39%
G = 13.11%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB36AB (or 0xBB36AB) is known color: Fuchsia. HEX triplet: BB, 36 and AB. RGB value is (187,54,171). Sum of RGB (Red+Green+Blue) = 187+54+171=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB36AB is #44C954. Grayscale: #6A6A6A. Windows color (decimal): -4507989 or 11220667. OLE color: 11220667.

HSL color Cylindrical-coordinate representation of color #BB36AB: hue angle of 307.22º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB36AB is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 171 -
CMYK 0 0.71 0.09 0.27
HSL 307.22º 0.55% 0.47% -
HSV(B) 307.22º 0.71% 0.73% -
XYZ 29.16 16.14 40.11 -
YUV 107.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 187 54 171 0 0.71 0.09 0.27 307.22 0.55 0.47
Hex BB 36 AB 0 47 9 1B 133 37 2F
Octal 273 66 253 0 107 11 33 463 67 57
Binary 10111011 110110 10101011 0 1000111 1001 11011 100110011 110111 101111

Color Harmonies of #BB36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB36AB

Black with #BB36AB

Text Example


Text Example

White with #BB36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB36AB; }

 p { color: rgb(187,54,171); }

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

background-color css

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

 a { background-color: rgb(187,54,171); }

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

border-color css

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

 span { border-color: rgb(187,54,171); }

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