Html Css Color HEX #B940BA Fuchsia

📋 copy color: '#B940BA'

red 185 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #B940BA

Tints of Fuchsia #B940BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 42.53%
G = 14.71%
B = 42.76%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B940BA (or 0xB940BA) is known color: Fuchsia. HEX triplet: B9, 40 and BA. RGB value is (185,64,186). Sum of RGB (Red+Green+Blue) = 185+64+186=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B940BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940BA is #46BF45. Grayscale: #717171. Windows color (decimal): -4636486 or 12206265. OLE color: 12206265.

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

Color convert

RGB 185 64 186 -
CMYK 0.01 0.66 0 0.27
HSL 299.51º 0.49% 0.49% -
HSV(B) 299.51º 0.66% 0.73% -
XYZ 30.7 17.53 48.22 -
YUV 114.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 185 64 186 0.01 0.66 0 0.27 299.51 0.49 0.49
Hex B9 40 BA 1 42 0 1B 12C 31 31
Octal 271 100 272 1 102 0 33 454 61 61
Binary 10111001 1000000 10111010 1 1000010 0 11011 100101100 110001 110001

Color Harmonies of #B940BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940BA

Black with #B940BA

Text Example


Text Example

White with #B940BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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