Html Css Color HEX #B94EC0 Fuchsia

📋 copy color: '#B94EC0'

red 185 ◦ green 78 ◦ blue 192

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

Shades of Fuchsia #B94EC0

Tints of Fuchsia #B94EC0

RGB

 RED value IS 185 (72.66% from 255) = 40.66%

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

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

R = 40.66%
G = 17.14%
B = 42.2%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B94EC0 (or 0xB94EC0) is known color: Fuchsia. HEX triplet: B9, 4E and C0. RGB value is (185,78,192). Sum of RGB (Red+Green+Blue) = 185+78+192=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #B94EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EC0 is #46B13F. Grayscale: #7A7A7A. Windows color (decimal): -4632896 or 12603065. OLE color: 12603065.

HSL color Cylindrical-coordinate representation of color #B94EC0: hue angle of 296.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94EC0 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 78 192 -
CMYK 0.04 0.59 0 0.25
HSL 296.32º 0.48% 0.53% -
HSV(B) 296.32º 0.59% 0.75% -
XYZ 32.25 19.57 51.95 -
YUV 122.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 185 78 192 0.04 0.59 0 0.25 296.32 0.48 0.53
Hex B9 4E C0 4 3B 0 19 128 30 35
Octal 271 116 300 4 73 0 31 450 60 65
Binary 10111001 1001110 11000000 100 111011 0 11001 100101000 110000 110101

Color Harmonies of #B94EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EC0

Black with #B94EC0

Text Example


Text Example

White with #B94EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EC0; }

 p { color: rgb(185,78,192); }

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

background-color css

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

 a { background-color: rgb(185,78,192); }

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

border-color css

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

 span { border-color: rgb(185,78,192); }

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