Html Css Color HEX #B94CB0 Fuchsia

📋 copy color: '#B94CB0'

red 185 ◦ green 76 ◦ blue 176

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

Shades of Fuchsia #B94CB0

Tints of Fuchsia #B94CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 42.33%
G = 17.39%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B94CB0 (or 0xB94CB0) is known color: Fuchsia. HEX triplet: B9, 4C and B0. RGB value is (185,76,176). Sum of RGB (Red+Green+Blue) = 185+76+176=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CB0 is #46B34F. Grayscale: #777777. Windows color (decimal): -4633424 or 11553977. OLE color: 11553977.

HSL color Cylindrical-coordinate representation of color #B94CB0: hue angle of 304.95º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94CB0 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 76 176 -
CMYK 0 0.59 0.05 0.27
HSL 304.95º 0.44% 0.51% -
HSV(B) 304.95º 0.59% 0.73% -
XYZ 30.43 18.62 43.06 -
YUV 119.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 185 76 176 0 0.59 0.05 0.27 304.95 0.44 0.51
Hex B9 4C B0 0 3B 5 1B 131 2C 33
Octal 271 114 260 0 73 5 33 461 54 63
Binary 10111001 1001100 10110000 0 111011 101 11011 100110001 101100 110011

Color Harmonies of #B94CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CB0

Black with #B94CB0

Text Example


Text Example

White with #B94CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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