Html Css Color HEX #B940AD Fuchsia

📋 copy color: '#B940AD'

red 185 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #B940AD

Tints of Fuchsia #B940AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.17%

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

R = 43.84%
G = 15.17%
B = 41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B940AD (or 0xB940AD) is known color: Fuchsia. HEX triplet: B9, 40 and AD. RGB value is (185,64,173). Sum of RGB (Red+Green+Blue) = 185+64+173=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B940AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940AD is #46BF52. Grayscale: #707070. Windows color (decimal): -4636499 or 11354297. OLE color: 11354297.

HSL color Cylindrical-coordinate representation of color #B940AD: hue angle of 305.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B940AD is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 173 -
CMYK 0 0.65 0.06 0.27
HSL 305.95º 0.49% 0.49% -
HSV(B) 305.95º 0.65% 0.73% -
XYZ 29.38 17 41.27 -
YUV 112.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 185 64 173 0 0.65 0.06 0.27 305.95 0.49 0.49
Hex B9 40 AD 0 41 6 1B 132 31 31
Octal 271 100 255 0 101 6 33 462 61 61
Binary 10111001 1000000 10101101 0 1000001 110 11011 100110010 110001 110001

Color Harmonies of #B940AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940AD

Black with #B940AD

Text Example


Text Example

White with #B940AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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