Html Css Color HEX #BB3EC0 Fuchsia

📋 copy color: '#BB3EC0'

red 187 ◦ green 62 ◦ blue 192

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

Shades of Fuchsia #BB3EC0

Tints of Fuchsia #BB3EC0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.06%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 42.4%
G = 14.06%
B = 43.54%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB3EC0 (or 0xBB3EC0) is known color: Fuchsia. HEX triplet: BB, 3E and C0. RGB value is (187,62,192). Sum of RGB (Red+Green+Blue) = 187+62+192=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB3EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EC0 is #44C13F. Grayscale: #717171. Windows color (decimal): -4505920 or 12598971. OLE color: 12598971.

HSL color Cylindrical-coordinate representation of color #BB3EC0: hue angle of 297.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3EC0 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 62 192 -
CMYK 0.03 0.68 0 0.25
HSL 297.69º 0.51% 0.5% -
HSV(B) 297.69º 0.68% 0.75% -
XYZ 31.73 17.82 51.64 -
YUV 114.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 187 62 192 0.03 0.68 0 0.25 297.69 0.51 0.5
Hex BB 3E C0 3 44 0 19 12A 33 32
Octal 273 76 300 3 104 0 31 452 63 62
Binary 10111011 111110 11000000 11 1000100 0 11001 100101010 110011 110010

Color Harmonies of #BB3EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3EC0

Black with #BB3EC0

Text Example


Text Example

White with #BB3EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3EC0; }

 p { color: rgb(187,62,192); }

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

background-color css

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

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

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

border-color css

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

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

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