Html Css Color HEX #BB4EC8 Fuchsia

📋 copy color: '#BB4EC8'

red 187 ◦ green 78 ◦ blue 200

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

Shades of Fuchsia #BB4EC8

Tints of Fuchsia #BB4EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.01%

R = 40.22%
G = 16.77%
B = 43.01%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB4EC8 (or 0xBB4EC8) is known color: Fuchsia. HEX triplet: BB, 4E and C8. RGB value is (187,78,200). Sum of RGB (Red+Green+Blue) = 187+78+200=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB4EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EC8 is #44B137. Grayscale: #7C7C7C. Windows color (decimal): -4501816 or 13127355. OLE color: 13127355.

HSL color Cylindrical-coordinate representation of color #BB4EC8: hue angle of 293.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4EC8 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 78 200 -
CMYK 0.06 0.61 0 0.22
HSL 293.61º 0.53% 0.55% -
HSV(B) 293.61º 0.61% 0.78% -
XYZ 33.64 20.18 56.77 -
YUV 124.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 187 78 200 0.06 0.61 0 0.22 293.61 0.53 0.55
Hex BB 4E C8 6 3D 0 16 126 35 37
Octal 273 116 310 6 75 0 26 446 65 67
Binary 10111011 1001110 11001000 110 111101 0 10110 100100110 110101 110111

Color Harmonies of #BB4EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EC8

Black with #BB4EC8

Text Example


Text Example

White with #BB4EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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