Html Css Color HEX #B93FA7 Fuchsia

📋 copy color: '#B93FA7'

red 185 ◦ green 63 ◦ blue 167

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

Shades of Fuchsia #B93FA7

Tints of Fuchsia #B93FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.24%

R = 44.58%
G = 15.18%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B93FA7 (or 0xB93FA7) is known color: Fuchsia. HEX triplet: B9, 3F and A7. RGB value is (185,63,167). Sum of RGB (Red+Green+Blue) = 185+63+167=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B93FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93FA7 is #46C058. Grayscale: #6F6F6F. Windows color (decimal): -4636761 or 10960825. OLE color: 10960825.

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

Color convert

RGB 185 63 167 -
CMYK 0 0.66 0.10 0.27
HSL 308.85º 0.49% 0.49% -
HSV(B) 308.85º 0.66% 0.73% -
XYZ 28.76 16.66 38.26 -
YUV 111.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 185 63 167 0 0.66 0.10 0.27 308.85 0.49 0.49
Hex B9 3F A7 0 42 A 1B 135 31 31
Octal 271 77 247 0 102 12 33 465 61 61
Binary 10111001 111111 10100111 0 1000010 1010 11011 100110101 110001 110001

Color Harmonies of #B93FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FA7

Black with #B93FA7

Text Example


Text Example

White with #B93FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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