Html Css Color HEX #B94AB8 Fuchsia

📋 copy color: '#B94AB8'

red 185 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #B94AB8

Tints of Fuchsia #B94AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 41.76%
G = 16.7%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B94AB8 (or 0xB94AB8) is known color: Fuchsia. HEX triplet: B9, 4A and B8. RGB value is (185,74,184). Sum of RGB (Red+Green+Blue) = 185+74+184=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AB8 is #46B547. Grayscale: #777777. Windows color (decimal): -4633928 or 12077753. OLE color: 12077753.

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

Color convert

RGB 185 74 184 -
CMYK 0 0.6 0.01 0.27
HSL 300.54º 0.44% 0.51% -
HSV(B) 300.54º 0.6% 0.73% -
XYZ 31.11 18.67 47.31 -
YUV 119.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 185 74 184 0 0.6 0.01 0.27 300.54 0.44 0.51
Hex B9 4A B8 0 3C 1 1B 12D 2C 33
Octal 271 112 270 0 74 1 33 455 54 63
Binary 10111001 1001010 10111000 0 111100 1 11011 100101101 101100 110011

Color Harmonies of #B94AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AB8

Black with #B94AB8

Text Example


Text Example

White with #B94AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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