Html Css Color HEX #B94AB0 Fuchsia

📋 copy color: '#B94AB0'

red 185 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #B94AB0

Tints of Fuchsia #B94AB0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 42.53%
G = 17.01%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B94AB0 (or 0xB94AB0) is known color: Fuchsia. HEX triplet: B9, 4A and B0. RGB value is (185,74,176). Sum of RGB (Red+Green+Blue) = 185+74+176=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AB0 is #46B54F. Grayscale: #767676. Windows color (decimal): -4633936 or 11553465. OLE color: 11553465.

HSL color Cylindrical-coordinate representation of color #B94AB0: hue angle of 304.86º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94AB0 is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 176 -
CMYK 0 0.6 0.05 0.27
HSL 304.86º 0.44% 0.51% -
HSV(B) 304.86º 0.6% 0.73% -
XYZ 30.29 18.35 43.02 -
YUV 118.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 185 74 176 0 0.6 0.05 0.27 304.86 0.44 0.51
Hex B9 4A B0 0 3C 5 1B 131 2C 33
Octal 271 112 260 0 74 5 33 461 54 63
Binary 10111001 1001010 10110000 0 111100 101 11011 100110001 101100 110011

Color Harmonies of #B94AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AB0

Black with #B94AB0

Text Example


Text Example

White with #B94AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AB0; }

 p { color: rgb(185,74,176); }

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

background-color css

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

 a { background-color: rgb(185,74,176); }

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

border-color css

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

 span { border-color: rgb(185,74,176); }

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