Html Css Color HEX #B942BE Fuchsia

📋 copy color: '#B942BE'

red 185 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #B942BE

Tints of Fuchsia #B942BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 41.95%
G = 14.97%
B = 43.08%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B942BE (or 0xB942BE) is known color: Fuchsia. HEX triplet: B9, 42 and BE. RGB value is (185,66,190). Sum of RGB (Red+Green+Blue) = 185+66+190=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #B942BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942BE is #46BD41. Grayscale: #737373. Windows color (decimal): -4635970 or 12468921. OLE color: 12468921.

HSL color Cylindrical-coordinate representation of color #B942BE: hue angle of 297.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B942BE is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 66 190 -
CMYK 0.03 0.65 0 0.25
HSL 297.58º 0.49% 0.5% -
HSV(B) 297.58º 0.65% 0.75% -
XYZ 31.25 17.93 50.53 -
YUV 115.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 185 66 190 0.03 0.65 0 0.25 297.58 0.49 0.5
Hex B9 42 BE 3 41 0 19 12A 31 32
Octal 271 102 276 3 101 0 31 452 61 62
Binary 10111001 1000010 10111110 11 1000001 0 11001 100101010 110001 110010

Color Harmonies of #B942BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942BE

Black with #B942BE

Text Example


Text Example

White with #B942BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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