Html Css Color HEX #B94CB1 Fuchsia

📋 copy color: '#B94CB1'

red 185 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #B94CB1

Tints of Fuchsia #B94CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 42.24%
G = 17.35%
B = 40.41%

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

#B94CB1 (or 0xB94CB1) is known color: Fuchsia. HEX triplet: B9, 4C and B1. RGB value is (185,76,177). Sum of RGB (Red+Green+Blue) = 185+76+177=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CB1 is #46B34E. Grayscale: #777777. Windows color (decimal): -4633423 or 11619513. OLE color: 11619513.

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

Color convert

RGB 185 76 177 -
CMYK 0 0.59 0.04 0.27
HSL 304.4º 0.44% 0.51% -
HSV(B) 304.4º 0.59% 0.73% -
XYZ 30.53 18.66 43.59 -
YUV 120.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 185 76 177 0 0.59 0.04 0.27 304.4 0.44 0.51
Hex B9 4C B1 0 3B 4 1B 130 2C 33
Octal 271 114 261 0 73 4 33 460 54 63
Binary 10111001 1001100 10110001 0 111011 100 11011 100110000 101100 110011

Color Harmonies of #B94CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CB1

Black with #B94CB1

Text Example


Text Example

White with #B94CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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