Html Css Color HEX #B941C3 Fuchsia

📋 copy color: '#B941C3'

red 185 ◦ green 65 ◦ blue 195

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

Shades of Fuchsia #B941C3

Tints of Fuchsia #B941C3

RGB

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

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

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

R = 41.57%
G = 14.61%
B = 43.82%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B941C3 (or 0xB941C3) is known color: Fuchsia. HEX triplet: B9, 41 and C3. RGB value is (185,65,195). Sum of RGB (Red+Green+Blue) = 185+65+195=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 195 - color contains mainly: blue. Hex color #B941C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941C3 is #46BE3C. Grayscale: #737373. Windows color (decimal): -4636221 or 12796345. OLE color: 12796345.

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

Color convert

RGB 185 65 195 -
CMYK 0.05 0.67 0 0.24
HSL 295.38º 0.52% 0.51% -
HSV(B) 295.38º 0.67% 0.76% -
XYZ 31.75 18.04 53.44 -
YUV 115.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 185 65 195 0.05 0.67 0 0.24 295.38 0.52 0.51
Hex B9 41 C3 5 43 0 18 127 34 33
Octal 271 101 303 5 103 0 30 447 64 63
Binary 10111001 1000001 11000011 101 1000011 0 11000 100100111 110100 110011

Color Harmonies of #B941C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941C3

Black with #B941C3

Text Example


Text Example

White with #B941C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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