Html Css Color HEX #B940A8 Fuchsia

📋 copy color: '#B940A8'

red 185 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #B940A8

Tints of Fuchsia #B940A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 44.36%
G = 15.35%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B940A8 (or 0xB940A8) is known color: Fuchsia. HEX triplet: B9, 40 and A8. RGB value is (185,64,168). Sum of RGB (Red+Green+Blue) = 185+64+168=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B940A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940A8 is #46BF57. Grayscale: #6F6F6F. Windows color (decimal): -4636504 or 11026617. OLE color: 11026617.

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

Color convert

RGB 185 64 168 -
CMYK 0 0.65 0.09 0.27
HSL 308.43º 0.49% 0.49% -
HSV(B) 308.43º 0.65% 0.73% -
XYZ 28.91 16.81 38.77 -
YUV 112.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 185 64 168 0 0.65 0.09 0.27 308.43 0.49 0.49
Hex B9 40 A8 0 41 9 1B 134 31 31
Octal 271 100 250 0 101 11 33 464 61 61
Binary 10111001 1000000 10101000 0 1000001 1001 11011 100110100 110001 110001

Color Harmonies of #B940A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940A8

Black with #B940A8

Text Example


Text Example

White with #B940A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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