Html Css Color HEX #B940AF Fuchsia

📋 copy color: '#B940AF'

red 185 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #B940AF

Tints of Fuchsia #B940AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 43.63%
G = 15.09%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B940AF (or 0xB940AF) is known color: Fuchsia. HEX triplet: B9, 40 and AF. RGB value is (185,64,175). Sum of RGB (Red+Green+Blue) = 185+64+175=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B940AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940AF is #46BF50. Grayscale: #707070. Windows color (decimal): -4636497 or 11485369. OLE color: 11485369.

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

Color convert

RGB 185 64 175 -
CMYK 0 0.65 0.05 0.27
HSL 304.96º 0.49% 0.49% -
HSV(B) 304.96º 0.65% 0.73% -
XYZ 29.58 17.08 42.29 -
YUV 112.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 185 64 175 0 0.65 0.05 0.27 304.96 0.49 0.49
Hex B9 40 AF 0 41 5 1B 131 31 31
Octal 271 100 257 0 101 5 33 461 61 61
Binary 10111001 1000000 10101111 0 1000001 101 11011 100110001 110001 110001

Color Harmonies of #B940AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940AF

Black with #B940AF

Text Example


Text Example

White with #B940AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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