Html Css Color HEX #B942C3 Fuchsia

📋 copy color: '#B942C3'

red 185 ◦ green 66 ◦ blue 195

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

Shades of Fuchsia #B942C3

Tints of Fuchsia #B942C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.72%

R = 41.48%
G = 14.8%
B = 43.72%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B942C3 (or 0xB942C3) is known color: Fuchsia. HEX triplet: B9, 42 and C3. RGB value is (185,66,195). Sum of RGB (Red+Green+Blue) = 185+66+195=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #B942C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942C3 is #46BD3C. Grayscale: #737373. Windows color (decimal): -4635965 or 12796601. OLE color: 12796601.

HSL color Cylindrical-coordinate representation of color #B942C3: hue angle of 295.35º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B942C3 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 66 195 -
CMYK 0.05 0.66 0 0.24
HSL 295.35º 0.52% 0.51% -
HSV(B) 295.35º 0.66% 0.76% -
XYZ 31.81 18.15 53.46 -
YUV 116.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 185 66 195 0.05 0.66 0 0.24 295.35 0.52 0.51
Hex B9 42 C3 5 42 0 18 127 34 33
Octal 271 102 303 5 102 0 30 447 64 63
Binary 10111001 1000010 11000011 101 1000010 0 11000 100100111 110100 110011

Color Harmonies of #B942C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942C3

Black with #B942C3

Text Example


Text Example

White with #B942C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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