Html Css Color HEX #BB2EB8 Fuchsia

📋 copy color: '#BB2EB8'

red 187 ◦ green 46 ◦ blue 184

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

Shades of Fuchsia #BB2EB8

Tints of Fuchsia #BB2EB8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.03%

 BLUE value IS 184 (72.27% from 255) = 44.12%

R = 44.84%
G = 11.03%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB2EB8 (or 0xBB2EB8) is known color: Fuchsia. HEX triplet: BB, 2E and B8. RGB value is (187,46,184). Sum of RGB (Red+Green+Blue) = 187+46+184=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2EB8 is #44D147. Grayscale: #676767. Windows color (decimal): -4510024 or 12070587. OLE color: 12070587.

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

Color convert

RGB 187 46 184 -
CMYK 0 0.75 0.02 0.27
HSL 301.28º 0.61% 0.46% -
HSV(B) 301.28º 0.75% 0.73% -
XYZ 30.12 15.98 46.84 -
YUV 103.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 187 46 184 0 0.75 0.02 0.27 301.28 0.61 0.46
Hex BB 2E B8 0 4B 2 1B 12D 3D 2E
Octal 273 56 270 0 113 2 33 455 75 56
Binary 10111011 101110 10111000 0 1001011 10 11011 100101101 111101 101110

Color Harmonies of #BB2EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EB8

Black with #BB2EB8

Text Example


Text Example

White with #BB2EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EB8; }

 p { color: rgb(187,46,184); }

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

background-color css

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

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

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

border-color css

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

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

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