Html Css Color HEX #B93CAA Fuchsia

📋 copy color: '#B93CAA'

red 185 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #B93CAA

Tints of Fuchsia #B93CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 44.58%
G = 14.46%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B93CAA (or 0xB93CAA) is known color: Fuchsia. HEX triplet: B9, 3C and AA. RGB value is (185,60,170). Sum of RGB (Red+Green+Blue) = 185+60+170=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B93CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93CAA is #46C355. Grayscale: #6D6D6D. Windows color (decimal): -4637526 or 11156665. OLE color: 11156665.

HSL color Cylindrical-coordinate representation of color #B93CAA: hue angle of 307.2º 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 #B93CAA is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 170 -
CMYK 0 0.68 0.08 0.27
HSL 307.2º 0.51% 0.48% -
HSV(B) 307.2º 0.68% 0.73% -
XYZ 28.88 16.45 39.68 -
YUV 109.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 185 60 170 0 0.68 0.08 0.27 307.2 0.51 0.48
Hex B9 3C AA 0 44 8 1B 133 33 30
Octal 271 74 252 0 104 10 33 463 63 60
Binary 10111001 111100 10101010 0 1000100 1000 11011 100110011 110011 110000

Color Harmonies of #B93CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CAA

Black with #B93CAA

Text Example


Text Example

White with #B93CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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