Html Css Color HEX #B93FA5 Fuchsia

📋 copy color: '#B93FA5'

red 185 ◦ green 63 ◦ blue 165

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

Shades of Fuchsia #B93FA5

Tints of Fuchsia #B93FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 44.79%
G = 15.25%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B93FA5 (or 0xB93FA5) is known color: Fuchsia. HEX triplet: B9, 3F and A5. RGB value is (185,63,165). Sum of RGB (Red+Green+Blue) = 185+63+165=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B93FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93FA5 is #46C05A. Grayscale: #6E6E6E. Windows color (decimal): -4636763 or 10829753. OLE color: 10829753.

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

Color convert

RGB 185 63 165 -
CMYK 0 0.66 0.11 0.27
HSL 309.84º 0.49% 0.49% -
HSV(B) 309.84º 0.66% 0.73% -
XYZ 28.58 16.59 37.29 -
YUV 111.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 185 63 165 0 0.66 0.11 0.27 309.84 0.49 0.49
Hex B9 3F A5 0 42 B 1B 136 31 31
Octal 271 77 245 0 102 13 33 466 61 61
Binary 10111001 111111 10100101 0 1000010 1011 11011 100110110 110001 110001

Color Harmonies of #B93FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FA5

Black with #B93FA5

Text Example


Text Example

White with #B93FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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