Html Css Color HEX #B93FA6 Fuchsia

📋 copy color: '#B93FA6'

red 185 ◦ green 63 ◦ blue 166

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

Shades of Fuchsia #B93FA6

Tints of Fuchsia #B93FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.1%

R = 44.69%
G = 15.22%
B = 40.1%

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

#B93FA6 (or 0xB93FA6) is known color: Fuchsia. HEX triplet: B9, 3F and A6. RGB value is (185,63,166). Sum of RGB (Red+Green+Blue) = 185+63+166=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B93FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93FA6 is #46C059. Grayscale: #6E6E6E. Windows color (decimal): -4636762 or 10895289. OLE color: 10895289.

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

Color convert

RGB 185 63 166 -
CMYK 0 0.66 0.10 0.27
HSL 309.34º 0.49% 0.49% -
HSV(B) 309.34º 0.66% 0.73% -
XYZ 28.67 16.62 37.77 -
YUV 111.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 185 63 166 0 0.66 0.10 0.27 309.34 0.49 0.49
Hex B9 3F A6 0 42 A 1B 135 31 31
Octal 271 77 246 0 102 12 33 465 61 61
Binary 10111001 111111 10100110 0 1000010 1010 11011 100110101 110001 110001

Color Harmonies of #B93FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FA6

Black with #B93FA6

Text Example


Text Example

White with #B93FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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