Html Css Color HEX #BB4EC2 Fuchsia

📋 copy color: '#BB4EC2'

red 187 ◦ green 78 ◦ blue 194

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

Shades of Fuchsia #BB4EC2

Tints of Fuchsia #BB4EC2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.99%

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 40.74%
G = 16.99%
B = 42.27%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB4EC2 (or 0xBB4EC2) is known color: Fuchsia. HEX triplet: BB, 4E and C2. RGB value is (187,78,194). Sum of RGB (Red+Green+Blue) = 187+78+194=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB4EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EC2 is #44B13D. Grayscale: #7B7B7B. Windows color (decimal): -4501822 or 12734139. OLE color: 12734139.

HSL color Cylindrical-coordinate representation of color #BB4EC2: hue angle of 296.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4EC2 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 78 194 -
CMYK 0.04 0.60 0 0.24
HSL 296.38º 0.49% 0.53% -
HSV(B) 296.38º 0.6% 0.76% -
XYZ 32.96 19.91 53.14 -
YUV 123.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 187 78 194 0.04 0.60 0 0.24 296.38 0.49 0.53
Hex BB 4E C2 4 3C 0 18 128 31 35
Octal 273 116 302 4 74 0 30 450 61 65
Binary 10111011 1001110 11000010 100 111100 0 11000 100101000 110001 110101

Color Harmonies of #BB4EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EC2

Black with #BB4EC2

Text Example


Text Example

White with #BB4EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EC2; }

 p { color: rgb(187,78,194); }

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

background-color css

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

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

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

border-color css

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

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

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