Html Css Color HEX #B93EAC Fuchsia

📋 copy color: '#B93EAC'

red 185 ◦ green 62 ◦ blue 172

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

Shades of Fuchsia #B93EAC

Tints of Fuchsia #B93EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.8%

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 44.15%
G = 14.8%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B93EAC (or 0xB93EAC) is known color: Fuchsia. HEX triplet: B9, 3E and AC. RGB value is (185,62,172). Sum of RGB (Red+Green+Blue) = 185+62+172=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B93EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93EAC is #46C153. Grayscale: #6F6F6F. Windows color (decimal): -4637012 or 11288249. OLE color: 11288249.

HSL color Cylindrical-coordinate representation of color #B93EAC: hue angle of 306.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93EAC is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 172 -
CMYK 0 0.66 0.07 0.27
HSL 306.34º 0.5% 0.48% -
HSV(B) 306.34º 0.66% 0.73% -
XYZ 29.18 16.74 40.72 -
YUV 111.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 185 62 172 0 0.66 0.07 0.27 306.34 0.5 0.48
Hex B9 3E AC 0 42 7 1B 132 32 30
Octal 271 76 254 0 102 7 33 462 62 60
Binary 10111001 111110 10101100 0 1000010 111 11011 100110010 110010 110000

Color Harmonies of #B93EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EAC

Black with #B93EAC

Text Example


Text Example

White with #B93EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EAC; }

 p { color: rgb(185,62,172); }

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

background-color css

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

 a { background-color: rgb(185,62,172); }

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

border-color css

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

 span { border-color: rgb(185,62,172); }

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