Html Css Color HEX #B94CAD Fuchsia

📋 copy color: '#B94CAD'

red 185 ◦ green 76 ◦ blue 173

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

Shades of Fuchsia #B94CAD

Tints of Fuchsia #B94CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 42.63%
G = 17.51%
B = 39.86%

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

#B94CAD (or 0xB94CAD) is known color: Fuchsia. HEX triplet: B9, 4C and AD. RGB value is (185,76,173). Sum of RGB (Red+Green+Blue) = 185+76+173=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CAD is #46B352. Grayscale: #777777. Windows color (decimal): -4633427 or 11357369. OLE color: 11357369.

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

Color convert

RGB 185 76 173 -
CMYK 0 0.59 0.06 0.27
HSL 306.61º 0.44% 0.51% -
HSV(B) 306.61º 0.59% 0.73% -
XYZ 30.13 18.5 41.52 -
YUV 119.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 185 76 173 0 0.59 0.06 0.27 306.61 0.44 0.51
Hex B9 4C AD 0 3B 6 1B 133 2C 33
Octal 271 114 255 0 73 6 33 463 54 63
Binary 10111001 1001100 10101101 0 111011 110 11011 100110011 101100 110011

Color Harmonies of #B94CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CAD

Black with #B94CAD

Text Example


Text Example

White with #B94CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CAD; }

 p { color: rgb(185,76,173); }

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

background-color css

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

 a { background-color: rgb(185,76,173); }

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

border-color css

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

 span { border-color: rgb(185,76,173); }

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