Html Css Color HEX #B941C0 Fuchsia

📋 copy color: '#B941C0'

red 185 ◦ green 65 ◦ blue 192

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

Shades of Fuchsia #B941C0

Tints of Fuchsia #B941C0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.71%

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 41.86%
G = 14.71%
B = 43.44%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B941C0 (or 0xB941C0) is known color: Fuchsia. HEX triplet: B9, 41 and C0. RGB value is (185,65,192). Sum of RGB (Red+Green+Blue) = 185+65+192=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #B941C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941C0 is #46BE3F. Grayscale: #727272. Windows color (decimal): -4636224 or 12599737. OLE color: 12599737.

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

Color convert

RGB 185 65 192 -
CMYK 0.04 0.66 0 0.25
HSL 296.69º 0.5% 0.5% -
HSV(B) 296.69º 0.66% 0.75% -
XYZ 31.41 17.9 51.67 -
YUV 115.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 185 65 192 0.04 0.66 0 0.25 296.69 0.5 0.5
Hex B9 41 C0 4 42 0 19 129 32 32
Octal 271 101 300 4 102 0 31 451 62 62
Binary 10111001 1000001 11000000 100 1000010 0 11001 100101001 110010 110010

Color Harmonies of #B941C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941C0

Black with #B941C0

Text Example


Text Example

White with #B941C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941C0; }

 p { color: rgb(185,65,192); }

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

background-color css

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

 a { background-color: rgb(185,65,192); }

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

border-color css

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

 span { border-color: rgb(185,65,192); }

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