Html Css Color HEX #B94DB7 Fuchsia

📋 copy color: '#B94DB7'

red 185 ◦ green 77 ◦ blue 183

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

Shades of Fuchsia #B94DB7

Tints of Fuchsia #B94DB7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 41.57%
G = 17.3%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B94DB7 (or 0xB94DB7) is known color: Fuchsia. HEX triplet: B9, 4D and B7. RGB value is (185,77,183). Sum of RGB (Red+Green+Blue) = 185+77+183=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DB7 is #46B248. Grayscale: #797979. Windows color (decimal): -4633161 or 12012985. OLE color: 12012985.

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

Color convert

RGB 185 77 183 -
CMYK 0 0.58 0.01 0.27
HSL 301.11º 0.44% 0.51% -
HSV(B) 301.11º 0.58% 0.73% -
XYZ 31.21 19.04 46.83 -
YUV 121.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 185 77 183 0 0.58 0.01 0.27 301.11 0.44 0.51
Hex B9 4D B7 0 3A 1 1B 12D 2C 33
Octal 271 115 267 0 72 1 33 455 54 63
Binary 10111001 1001101 10110111 0 111010 1 11011 100101101 101100 110011

Color Harmonies of #B94DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DB7

Black with #B94DB7

Text Example


Text Example

White with #B94DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DB7; }

 p { color: rgb(185,77,183); }

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

background-color css

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

 a { background-color: rgb(185,77,183); }

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

border-color css

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

 span { border-color: rgb(185,77,183); }

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