Html Css Color HEX #B94EA4 Fuchsia

📋 copy color: '#B94EA4'

red 185 ◦ green 78 ◦ blue 164

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

Shades of Fuchsia #B94EA4

Tints of Fuchsia #B94EA4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.27%

 BLUE value IS 164 (64.45% from 255) = 38.41%

R = 43.33%
G = 18.27%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B94EA4 (or 0xB94EA4) is known color: Fuchsia. HEX triplet: B9, 4E and A4. RGB value is (185,78,164). Sum of RGB (Red+Green+Blue) = 185+78+164=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B94EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94EA4 is #46B15B. Grayscale: #777777. Windows color (decimal): -4632924 or 10768057. OLE color: 10768057.

HSL color Cylindrical-coordinate representation of color #B94EA4: hue angle of 311.78º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94EA4 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 78 164 -
CMYK 0 0.58 0.11 0.27
HSL 311.78º 0.43% 0.52% -
HSV(B) 311.78º 0.58% 0.73% -
XYZ 29.43 18.44 37.13 -
YUV 119.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 185 78 164 0 0.58 0.11 0.27 311.78 0.43 0.52
Hex B9 4E A4 0 3A B 1B 138 2B 34
Octal 271 116 244 0 72 13 33 470 53 64
Binary 10111001 1001110 10100100 0 111010 1011 11011 100111000 101011 110100

Color Harmonies of #B94EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EA4

Black with #B94EA4

Text Example


Text Example

White with #B94EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EA4; }

 p { color: rgb(185,78,164); }

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

background-color css

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

 a { background-color: rgb(185,78,164); }

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

border-color css

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

 span { border-color: rgb(185,78,164); }

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