Html Css Color HEX #B93CAC Fuchsia

📋 copy color: '#B93CAC'

red 185 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #B93CAC

Tints of Fuchsia #B93CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

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

R = 44.36%
G = 14.39%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B93CAC (or 0xB93CAC) is known color: Fuchsia. HEX triplet: B9, 3C and AC. RGB value is (185,60,172). Sum of RGB (Red+Green+Blue) = 185+60+172=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B93CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93CAC is #46C353. Grayscale: #6D6D6D. Windows color (decimal): -4637524 or 11287737. OLE color: 11287737.

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

Color convert

RGB 185 60 172 -
CMYK 0 0.68 0.07 0.27
HSL 306.24º 0.51% 0.48% -
HSV(B) 306.24º 0.68% 0.73% -
XYZ 29.07 16.52 40.69 -
YUV 110.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 185 60 172 0 0.68 0.07 0.27 306.24 0.51 0.48
Hex B9 3C AC 0 44 7 1B 132 33 30
Octal 271 74 254 0 104 7 33 462 63 60
Binary 10111001 111100 10101100 0 1000100 111 11011 100110010 110011 110000

Color Harmonies of #B93CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CAC

Black with #B93CAC

Text Example


Text Example

White with #B93CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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