Html Css Color HEX #BB2ABF Fuchsia

📋 copy color: '#BB2ABF'

red 187 ◦ green 42 ◦ blue 191

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

Shades of Fuchsia #BB2ABF

Tints of Fuchsia #BB2ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 191 (75% from 255) = 45.48%

R = 44.52%
G = 10%
B = 45.48%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB2ABF (or 0xBB2ABF) is known color: Fuchsia. HEX triplet: BB, 2A and BF. RGB value is (187,42,191). Sum of RGB (Red+Green+Blue) = 187+42+191=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB2ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ABF is #44D540. Grayscale: #656565. Windows color (decimal): -4511041 or 12528315. OLE color: 12528315.

HSL color Cylindrical-coordinate representation of color #BB2ABF: hue angle of 298.39º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2ABF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 42 191 -
CMYK 0.02 0.78 0 0.25
HSL 298.39º 0.64% 0.46% -
HSV(B) 298.39º 0.78% 0.75% -
XYZ 30.73 15.98 50.76 -
YUV 102.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 187 42 191 0.02 0.78 0 0.25 298.39 0.64 0.46
Hex BB 2A BF 2 4E 0 19 12A 40 2E
Octal 273 52 277 2 116 0 31 452 100 56
Binary 10111011 101010 10111111 10 1001110 0 11001 100101010 1000000 101110

Color Harmonies of #BB2ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2ABF

Black with #BB2ABF

Text Example


Text Example

White with #BB2ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2ABF; }

 p { color: rgb(187,42,191); }

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

background-color css

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

 a { background-color: rgb(187,42,191); }

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

border-color css

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

 span { border-color: rgb(187,42,191); }

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