Html Css Color HEX #BB4EC4 Fuchsia

📋 copy color: '#BB4EC4'

red 187 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #BB4EC4

Tints of Fuchsia #BB4EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 40.56%
G = 16.92%
B = 42.52%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BB4EC4 (or 0xBB4EC4) is known color: Fuchsia. HEX triplet: BB, 4E and C4. RGB value is (187,78,196). Sum of RGB (Red+Green+Blue) = 187+78+196=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB4EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EC4 is #44B13B. Grayscale: #7B7B7B. Windows color (decimal): -4501820 or 12865211. OLE color: 12865211.

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

Color convert

RGB 187 78 196 -
CMYK 0.05 0.60 0 0.23
HSL 295.42º 0.5% 0.54% -
HSV(B) 295.42º 0.6% 0.77% -
XYZ 33.18 20 54.34 -
YUV 124.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 187 78 196 0.05 0.60 0 0.23 295.42 0.5 0.54
Hex BB 4E C4 5 3C 0 17 127 32 36
Octal 273 116 304 5 74 0 27 447 62 66
Binary 10111011 1001110 11000100 101 111100 0 10111 100100111 110010 110110

Color Harmonies of #BB4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EC4

Black with #BB4EC4

Text Example


Text Example

White with #BB4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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