Html Css Color HEX #B94CC0 Fuchsia

📋 copy color: '#B94CC0'

red 185 ◦ green 76 ◦ blue 192

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

Shades of Fuchsia #B94CC0

Tints of Fuchsia #B94CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.78%

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

R = 40.84%
G = 16.78%
B = 42.38%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B94CC0 (or 0xB94CC0) is known color: Fuchsia. HEX triplet: B9, 4C and C0. RGB value is (185,76,192). Sum of RGB (Red+Green+Blue) = 185+76+192=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #B94CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CC0 is #46B33F. Grayscale: #797979. Windows color (decimal): -4633408 or 12602553. OLE color: 12602553.

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

Color convert

RGB 185 76 192 -
CMYK 0.04 0.60 0 0.25
HSL 296.38º 0.48% 0.53% -
HSV(B) 296.38º 0.6% 0.75% -
XYZ 32.11 19.29 51.9 -
YUV 121.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 185 76 192 0.04 0.60 0 0.25 296.38 0.48 0.53
Hex B9 4C C0 4 3C 0 19 128 30 35
Octal 271 114 300 4 74 0 31 450 60 65
Binary 10111001 1001100 11000000 100 111100 0 11001 100101000 110000 110101

Color Harmonies of #B94CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CC0

Black with #B94CC0

Text Example


Text Example

White with #B94CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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