Html Css Color HEX #B94CB3 Fuchsia

📋 copy color: '#B94CB3'

red 185 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #B94CB3

Tints of Fuchsia #B94CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 42.05%
G = 17.27%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B94CB3 (or 0xB94CB3) is known color: Fuchsia. HEX triplet: B9, 4C and B3. RGB value is (185,76,179). Sum of RGB (Red+Green+Blue) = 185+76+179=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CB3 is #46B34C. Grayscale: #787878. Windows color (decimal): -4633421 or 11750585. OLE color: 11750585.

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

Color convert

RGB 185 76 179 -
CMYK 0 0.59 0.03 0.27
HSL 303.3º 0.44% 0.51% -
HSV(B) 303.3º 0.59% 0.73% -
XYZ 30.73 18.74 44.65 -
YUV 120.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 185 76 179 0 0.59 0.03 0.27 303.3 0.44 0.51
Hex B9 4C B3 0 3B 3 1B 12F 2C 33
Octal 271 114 263 0 73 3 33 457 54 63
Binary 10111001 1001100 10110011 0 111011 11 11011 100101111 101100 110011

Color Harmonies of #B94CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CB3

Black with #B94CB3

Text Example


Text Example

White with #B94CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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