Html Css Color HEX #BB2CBB Fuchsia

📋 copy color: '#BB2CBB'

red 187 ◦ green 44 ◦ blue 187

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

Shades of Fuchsia #BB2CBB

Tints of Fuchsia #BB2CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 44.74%
G = 10.53%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB2CBB (or 0xBB2CBB) is known color: Fuchsia. HEX triplet: BB, 2C and BB. RGB value is (187,44,187). Sum of RGB (Red+Green+Blue) = 187+44+187=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CBB is #44D344. Grayscale: #666666. Windows color (decimal): -4510533 or 12266683. OLE color: 12266683.

HSL color Cylindrical-coordinate representation of color #BB2CBB: hue angle of 300º 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 #BB2CBB is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 187 -
CMYK 0 0.76 0 0.27
HSL 300º 0.62% 0.45% -
HSV(B) 300º 0.76% 0.73% -
XYZ 30.36 15.95 48.49 -
YUV 103.06 175.38 187.87 -
System Red Green Blue C M Y K H S L
Decimal 187 44 187 0 0.76 0 0.27 300 0.62 0.45
Hex BB 2C BB 0 4C 0 1B 12C 3E 2D
Octal 273 54 273 0 114 0 33 454 76 55
Binary 10111011 101100 10111011 0 1001100 0 11011 100101100 111110 101101

Color Harmonies of #BB2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CBB

Black with #BB2CBB

Text Example


Text Example

White with #BB2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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