Html Css Color HEX #B942BA Fuchsia

📋 copy color: '#B942BA'

red 185 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #B942BA

Tints of Fuchsia #B942BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.1%

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

R = 42.33%
G = 15.1%
B = 42.56%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B942BA (or 0xB942BA) is known color: Fuchsia. HEX triplet: B9, 42 and BA. RGB value is (185,66,186). Sum of RGB (Red+Green+Blue) = 185+66+186=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B942BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942BA is #46BD45. Grayscale: #727272. Windows color (decimal): -4635974 or 12206777. OLE color: 12206777.

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

Color convert

RGB 185 66 186 -
CMYK 0.01 0.65 0 0.27
HSL 299.5º 0.48% 0.49% -
HSV(B) 299.5º 0.65% 0.73% -
XYZ 30.82 17.76 48.26 -
YUV 115.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 185 66 186 0.01 0.65 0 0.27 299.5 0.48 0.49
Hex B9 42 BA 1 41 0 1B 12C 30 31
Octal 271 102 272 1 101 0 33 454 60 61
Binary 10111001 1000010 10111010 1 1000001 0 11011 100101100 110000 110001

Color Harmonies of #B942BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942BA

Black with #B942BA

Text Example


Text Example

White with #B942BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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