Html Css Color HEX #BB30AB Fuchsia

📋 copy color: '#BB30AB'

red 187 ◦ green 48 ◦ blue 171

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

Shades of Fuchsia #BB30AB

Tints of Fuchsia #BB30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.82%

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

R = 46.06%
G = 11.82%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB30AB (or 0xBB30AB) is known color: Fuchsia. HEX triplet: BB, 30 and AB. RGB value is (187,48,171). Sum of RGB (Red+Green+Blue) = 187+48+171=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB30AB is #44CF54. Grayscale: #676767. Windows color (decimal): -4509525 or 11219131. OLE color: 11219131.

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

Color convert

RGB 187 48 171 -
CMYK 0 0.74 0.09 0.27
HSL 306.91º 0.59% 0.46% -
HSV(B) 306.91º 0.74% 0.73% -
XYZ 28.9 15.62 40.02 -
YUV 103.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 187 48 171 0 0.74 0.09 0.27 306.91 0.59 0.46
Hex BB 30 AB 0 4A 9 1B 133 3B 2E
Octal 273 60 253 0 112 11 33 463 73 56
Binary 10111011 110000 10101011 0 1001010 1001 11011 100110011 111011 101110

Color Harmonies of #BB30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30AB

Black with #BB30AB

Text Example


Text Example

White with #BB30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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