Html Css Color HEX #B93DAC Fuchsia

📋 copy color: '#B93DAC'

red 185 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #B93DAC

Tints of Fuchsia #B93DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.59%

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

R = 44.26%
G = 14.59%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B93DAC (or 0xB93DAC) is known color: Fuchsia. HEX triplet: B9, 3D and AC. RGB value is (185,61,172). Sum of RGB (Red+Green+Blue) = 185+61+172=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93DAC is #46C253. Grayscale: #6E6E6E. Windows color (decimal): -4637268 or 11287993. OLE color: 11287993.

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

Color convert

RGB 185 61 172 -
CMYK 0 0.67 0.07 0.27
HSL 306.29º 0.5% 0.48% -
HSV(B) 306.29º 0.67% 0.73% -
XYZ 29.12 16.63 40.7 -
YUV 110.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 185 61 172 0 0.67 0.07 0.27 306.29 0.5 0.48
Hex B9 3D AC 0 43 7 1B 132 32 30
Octal 271 75 254 0 103 7 33 462 62 60
Binary 10111001 111101 10101100 0 1000011 111 11011 100110010 110010 110000

Color Harmonies of #B93DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DAC

Black with #B93DAC

Text Example


Text Example

White with #B93DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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