Html Css Color HEX #B94AB2 Fuchsia

📋 copy color: '#B94AB2'

red 185 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #B94AB2

Tints of Fuchsia #B94AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 42.33%
G = 16.93%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B94AB2 (or 0xB94AB2) is known color: Fuchsia. HEX triplet: B9, 4A and B2. RGB value is (185,74,178). Sum of RGB (Red+Green+Blue) = 185+74+178=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AB2 is #46B54D. Grayscale: #767676. Windows color (decimal): -4633934 or 11684537. OLE color: 11684537.

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

Color convert

RGB 185 74 178 -
CMYK 0 0.6 0.04 0.27
HSL 303.78º 0.44% 0.51% -
HSV(B) 303.78º 0.6% 0.73% -
XYZ 30.49 18.43 44.07 -
YUV 119.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 185 74 178 0 0.6 0.04 0.27 303.78 0.44 0.51
Hex B9 4A B2 0 3C 4 1B 130 2C 33
Octal 271 112 262 0 74 4 33 460 54 63
Binary 10111001 1001010 10110010 0 111100 100 11011 100110000 101100 110011

Color Harmonies of #B94AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AB2

Black with #B94AB2

Text Example


Text Example

White with #B94AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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