Html Css Color HEX #B94BAE Fuchsia

📋 copy color: '#B94BAE'

red 185 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #B94BAE

Tints of Fuchsia #B94BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 42.63%
G = 17.28%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B94BAE (or 0xB94BAE) is known color: Fuchsia. HEX triplet: B9, 4B and AE. RGB value is (185,75,174). Sum of RGB (Red+Green+Blue) = 185+75+174=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BAE is #46B451. Grayscale: #767676. Windows color (decimal): -4633682 or 11422649. OLE color: 11422649.

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

Color convert

RGB 185 75 174 -
CMYK 0 0.59 0.06 0.27
HSL 306º 0.44% 0.51% -
HSV(B) 306º 0.59% 0.73% -
XYZ 30.16 18.4 42.01 -
YUV 119.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 185 75 174 0 0.59 0.06 0.27 306 0.44 0.51
Hex B9 4B AE 0 3B 6 1B 132 2C 33
Octal 271 113 256 0 73 6 33 462 54 63
Binary 10111001 1001011 10101110 0 111011 110 11011 100110010 101100 110011

Color Harmonies of #B94BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BAE

Black with #B94BAE

Text Example


Text Example

White with #B94BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BAE; }

 p { color: rgb(185,75,174); }

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

background-color css

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

 a { background-color: rgb(185,75,174); }

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

border-color css

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

 span { border-color: rgb(185,75,174); }

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