Html Css Color HEX #BB2CBA Fuchsia

📋 copy color: '#BB2CBA'

red 187 ◦ green 44 ◦ blue 186

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

Shades of Fuchsia #BB2CBA

Tints of Fuchsia #BB2CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.55%

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 44.84%
G = 10.55%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB2CBA (or 0xBB2CBA) is known color: Fuchsia. HEX triplet: BB, 2C and BA. RGB value is (187,44,186). Sum of RGB (Red+Green+Blue) = 187+44+186=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CBA is #44D345. Grayscale: #666666. Windows color (decimal): -4510534 or 12201147. OLE color: 12201147.

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

Color convert

RGB 187 44 186 -
CMYK 0 0.76 0.01 0.27
HSL 300.42º 0.62% 0.45% -
HSV(B) 300.42º 0.76% 0.73% -
XYZ 30.26 15.91 47.93 -
YUV 102.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 187 44 186 0 0.76 0.01 0.27 300.42 0.62 0.45
Hex BB 2C BA 0 4C 1 1B 12C 3E 2D
Octal 273 54 272 0 114 1 33 454 76 55
Binary 10111011 101100 10111010 0 1001100 1 11011 100101100 111110 101101

Color Harmonies of #BB2CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CBA

Black with #BB2CBA

Text Example


Text Example

White with #BB2CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CBA; }

 p { color: rgb(187,44,186); }

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

background-color css

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

 a { background-color: rgb(187,44,186); }

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

border-color css

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

 span { border-color: rgb(187,44,186); }

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