Html Css Color HEX #B943C0 Fuchsia

📋 copy color: '#B943C0'

red 185 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #B943C0

Tints of Fuchsia #B943C0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.09%

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

R = 41.67%
G = 15.09%
B = 43.24%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B943C0 (or 0xB943C0) is known color: Fuchsia. HEX triplet: B9, 43 and C0. RGB value is (185,67,192). Sum of RGB (Red+Green+Blue) = 185+67+192=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #B943C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943C0 is #46BC3F. Grayscale: #747474. Windows color (decimal): -4635712 or 12600249. OLE color: 12600249.

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

Color convert

RGB 185 67 192 -
CMYK 0.04 0.65 0 0.25
HSL 296.64º 0.5% 0.51% -
HSV(B) 296.64º 0.65% 0.75% -
XYZ 31.53 18.13 51.71 -
YUV 116.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 185 67 192 0.04 0.65 0 0.25 296.64 0.5 0.51
Hex B9 43 C0 4 41 0 19 129 32 33
Octal 271 103 300 4 101 0 31 451 62 63
Binary 10111001 1000011 11000000 100 1000001 0 11001 100101001 110010 110011

Color Harmonies of #B943C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943C0

Black with #B943C0

Text Example


Text Example

White with #B943C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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