Html Css Color HEX #B94CBA Fuchsia

📋 copy color: '#B94CBA'

red 185 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #B94CBA

Tints of Fuchsia #B94CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 41.39%
G = 17%
B = 41.61%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B94CBA (or 0xB94CBA) is known color: Fuchsia. HEX triplet: B9, 4C and BA. RGB value is (185,76,186). Sum of RGB (Red+Green+Blue) = 185+76+186=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B94CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CBA is #46B345. Grayscale: #787878. Windows color (decimal): -4633414 or 12209337. OLE color: 12209337.

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

Color convert

RGB 185 76 186 -
CMYK 0.01 0.59 0 0.27
HSL 299.45º 0.44% 0.51% -
HSV(B) 299.45º 0.59% 0.73% -
XYZ 31.45 19.03 48.47 -
YUV 121.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 185 76 186 0.01 0.59 0 0.27 299.45 0.44 0.51
Hex B9 4C BA 1 3B 0 1B 12B 2C 33
Octal 271 114 272 1 73 0 33 453 54 63
Binary 10111001 1001100 10111010 1 111011 0 11011 100101011 101100 110011

Color Harmonies of #B94CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CBA

Black with #B94CBA

Text Example


Text Example

White with #B94CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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