Html Css Color HEX #B93AC0 Fuchsia

📋 copy color: '#B93AC0'

red 185 ◦ green 58 ◦ blue 192

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

Shades of Fuchsia #B93AC0

Tints of Fuchsia #B93AC0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.33%

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

R = 42.53%
G = 13.33%
B = 44.14%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B93AC0 (or 0xB93AC0) is known color: Fuchsia. HEX triplet: B9, 3A and C0. RGB value is (185,58,192). Sum of RGB (Red+Green+Blue) = 185+58+192=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #B93AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93AC0 is #46C53F. Grayscale: #6E6E6E. Windows color (decimal): -4638016 or 12597945. OLE color: 12597945.

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

Color convert

RGB 185 58 192 -
CMYK 0.04 0.70 0 0.25
HSL 296.87º 0.54% 0.49% -
HSV(B) 296.87º 0.7% 0.75% -
XYZ 31.04 17.15 51.54 -
YUV 111.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 185 58 192 0.04 0.70 0 0.25 296.87 0.54 0.49
Hex B9 3A C0 4 46 0 19 129 36 31
Octal 271 72 300 4 106 0 31 451 66 61
Binary 10111001 111010 11000000 100 1000110 0 11001 100101001 110110 110001

Color Harmonies of #B93AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AC0

Black with #B93AC0

Text Example


Text Example

White with #B93AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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