Html Css Color HEX #B93FAB Fuchsia

📋 copy color: '#B93FAB'

red 185 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #B93FAB

Tints of Fuchsia #B93FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 44.15%
G = 15.04%
B = 40.81%

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

#B93FAB (or 0xB93FAB) is known color: Fuchsia. HEX triplet: B9, 3F and AB. RGB value is (185,63,171). Sum of RGB (Red+Green+Blue) = 185+63+171=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B93FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93FAB is #46C054. Grayscale: #6F6F6F. Windows color (decimal): -4636757 or 11222969. OLE color: 11222969.

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

Color convert

RGB 185 63 171 -
CMYK 0 0.66 0.08 0.27
HSL 306.89º 0.49% 0.49% -
HSV(B) 306.89º 0.66% 0.73% -
XYZ 29.14 16.81 40.24 -
YUV 111.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 185 63 171 0 0.66 0.08 0.27 306.89 0.49 0.49
Hex B9 3F AB 0 42 8 1B 133 31 31
Octal 271 77 253 0 102 10 33 463 61 61
Binary 10111001 111111 10101011 0 1000010 1000 11011 100110011 110001 110001

Color Harmonies of #B93FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FAB

Black with #B93FAB

Text Example


Text Example

White with #B93FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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