Html Css Color HEX #B940B7 Fuchsia

📋 copy color: '#B940B7'

red 185 ◦ green 64 ◦ blue 183

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

Shades of Fuchsia #B940B7

Tints of Fuchsia #B940B7

RGB

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

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

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

R = 42.82%
G = 14.81%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B940B7 (or 0xB940B7) is known color: Fuchsia. HEX triplet: B9, 40 and B7. RGB value is (185,64,183). Sum of RGB (Red+Green+Blue) = 185+64+183=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B940B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940B7 is #46BF48. Grayscale: #717171. Windows color (decimal): -4636489 or 12009657. OLE color: 12009657.

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

Color convert

RGB 185 64 183 -
CMYK 0 0.65 0.01 0.27
HSL 300.99º 0.49% 0.49% -
HSV(B) 300.99º 0.65% 0.73% -
XYZ 30.39 17.4 46.56 -
YUV 113.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 185 64 183 0 0.65 0.01 0.27 300.99 0.49 0.49
Hex B9 40 B7 0 41 1 1B 12D 31 31
Octal 271 100 267 0 101 1 33 455 61 61
Binary 10111001 1000000 10110111 0 1000001 1 11011 100101101 110001 110001

Color Harmonies of #B940B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940B7

Black with #B940B7

Text Example


Text Example

White with #B940B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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