Html Css Color HEX #B93AAB Fuchsia

📋 copy color: '#B93AAB'

red 185 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #B93AAB

Tints of Fuchsia #B93AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.01%

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

R = 44.69%
G = 14.01%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B93AAB (or 0xB93AAB) is known color: Fuchsia. HEX triplet: B9, 3A and AB. RGB value is (185,58,171). Sum of RGB (Red+Green+Blue) = 185+58+171=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AAB is #46C554. Grayscale: #6C6C6C. Windows color (decimal): -4638037 or 11221689. OLE color: 11221689.

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

Color convert

RGB 185 58 171 -
CMYK 0 0.69 0.08 0.27
HSL 306.61º 0.52% 0.48% -
HSV(B) 306.61º 0.69% 0.73% -
XYZ 28.87 16.28 40.15 -
YUV 108.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 185 58 171 0 0.69 0.08 0.27 306.61 0.52 0.48
Hex B9 3A AB 0 45 8 1B 133 34 30
Octal 271 72 253 0 105 10 33 463 64 60
Binary 10111001 111010 10101011 0 1000101 1000 11011 100110011 110100 110000

Color Harmonies of #B93AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AAB

Black with #B93AAB

Text Example


Text Example

White with #B93AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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