Html Css Color HEX #B93FAA Fuchsia

📋 copy color: '#B93FAA'

red 185 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #B93FAA

Tints of Fuchsia #B93FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.07%

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

R = 44.26%
G = 15.07%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B93FAA (or 0xB93FAA) is known color: Fuchsia. HEX triplet: B9, 3F and AA. RGB value is (185,63,170). Sum of RGB (Red+Green+Blue) = 185+63+170=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B93FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93FAA is #46C055. Grayscale: #6F6F6F. Windows color (decimal): -4636758 or 11157433. OLE color: 11157433.

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

Color convert

RGB 185 63 170 -
CMYK 0 0.66 0.08 0.27
HSL 307.38º 0.49% 0.49% -
HSV(B) 307.38º 0.66% 0.73% -
XYZ 29.04 16.77 39.74 -
YUV 111.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 185 63 170 0 0.66 0.08 0.27 307.38 0.49 0.49
Hex B9 3F AA 0 42 8 1B 133 31 31
Octal 271 77 252 0 102 10 33 463 61 61
Binary 10111001 111111 10101010 0 1000010 1000 11011 100110011 110001 110001

Color Harmonies of #B93FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FAA

Black with #B93FAA

Text Example


Text Example

White with #B93FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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