Html Css Color HEX #B94CB2 Fuchsia

📋 copy color: '#B94CB2'

red 185 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #B94CB2

Tints of Fuchsia #B94CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 42.14%
G = 17.31%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B94CB2 (or 0xB94CB2) is known color: Fuchsia. HEX triplet: B9, 4C and B2. RGB value is (185,76,178). Sum of RGB (Red+Green+Blue) = 185+76+178=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CB2 is #46B34D. Grayscale: #777777. Windows color (decimal): -4633422 or 11685049. OLE color: 11685049.

HSL color Cylindrical-coordinate representation of color #B94CB2: hue angle of 303.85º 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 #B94CB2 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 76 178 -
CMYK 0 0.59 0.04 0.27
HSL 303.85º 0.44% 0.51% -
HSV(B) 303.85º 0.59% 0.73% -
XYZ 30.63 18.7 44.11 -
YUV 120.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 185 76 178 0 0.59 0.04 0.27 303.85 0.44 0.51
Hex B9 4C B2 0 3B 4 1B 130 2C 33
Octal 271 114 262 0 73 4 33 460 54 63
Binary 10111001 1001100 10110010 0 111011 100 11011 100110000 101100 110011

Color Harmonies of #B94CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CB2

Black with #B94CB2

Text Example


Text Example

White with #B94CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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