Html Css Color HEX #B940B5 Fuchsia

📋 copy color: '#B940B5'

red 185 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #B940B5

Tints of Fuchsia #B940B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.09%

R = 43.02%
G = 14.88%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B940B5 (or 0xB940B5) is known color: Fuchsia. HEX triplet: B9, 40 and B5. RGB value is (185,64,181). Sum of RGB (Red+Green+Blue) = 185+64+181=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B940B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940B5 is #46BF4A. Grayscale: #717171. Windows color (decimal): -4636491 or 11878585. OLE color: 11878585.

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

Color convert

RGB 185 64 181 -
CMYK 0 0.65 0.02 0.27
HSL 301.98º 0.49% 0.49% -
HSV(B) 301.98º 0.65% 0.73% -
XYZ 30.18 17.32 45.47 -
YUV 113.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 185 64 181 0 0.65 0.02 0.27 301.98 0.49 0.49
Hex B9 40 B5 0 41 2 1B 12E 31 31
Octal 271 100 265 0 101 2 33 456 61 61
Binary 10111001 1000000 10110101 0 1000001 10 11011 100101110 110001 110001

Color Harmonies of #B940B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940B5

Black with #B940B5

Text Example


Text Example

White with #B940B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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