Html Css Color HEX #BB2EC5 Fuchsia

📋 copy color: '#BB2EC5'

red 187 ◦ green 46 ◦ blue 197

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

Shades of Fuchsia #BB2EC5

Tints of Fuchsia #BB2EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 43.49%
G = 10.7%
B = 45.81%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BB2EC5 (or 0xBB2EC5) is known color: Fuchsia. HEX triplet: BB, 2E and C5. RGB value is (187,46,197). Sum of RGB (Red+Green+Blue) = 187+46+197=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB2EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2EC5 is #44D13A. Grayscale: #686868. Windows color (decimal): -4510011 or 12922555. OLE color: 12922555.

HSL color Cylindrical-coordinate representation of color #BB2EC5: hue angle of 296.03º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2EC5 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 46 197 -
CMYK 0.05 0.77 0 0.23
HSL 296.03º 0.62% 0.48% -
HSV(B) 296.03º 0.77% 0.77% -
XYZ 31.55 16.55 54.36 -
YUV 105.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 187 46 197 0.05 0.77 0 0.23 296.03 0.62 0.48
Hex BB 2E C5 5 4D 0 17 128 3E 30
Octal 273 56 305 5 115 0 27 450 76 60
Binary 10111011 101110 11000101 101 1001101 0 10111 100101000 111110 110000

Color Harmonies of #BB2EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EC5

Black with #BB2EC5

Text Example


Text Example

White with #BB2EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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