Html Css Color HEX #B93ABA Fuchsia

📋 copy color: '#B93ABA'

red 185 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #B93ABA

Tints of Fuchsia #B93ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 43.12%
G = 13.52%
B = 43.36%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B93ABA (or 0xB93ABA) is known color: Fuchsia. HEX triplet: B9, 3A and BA. RGB value is (185,58,186). Sum of RGB (Red+Green+Blue) = 185+58+186=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B93ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ABA is #46C545. Grayscale: #6E6E6E. Windows color (decimal): -4638022 or 12204729. OLE color: 12204729.

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

Color convert

RGB 185 58 186 -
CMYK 0.01 0.69 0 0.27
HSL 299.53º 0.52% 0.48% -
HSV(B) 299.53º 0.69% 0.73% -
XYZ 30.38 16.89 48.11 -
YUV 110.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 185 58 186 0.01 0.69 0 0.27 299.53 0.52 0.48
Hex B9 3A BA 1 45 0 1B 12C 34 30
Octal 271 72 272 1 105 0 33 454 64 60
Binary 10111001 111010 10111010 1 1000101 0 11011 100101100 110100 110000

Color Harmonies of #B93ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93ABA

Black with #B93ABA

Text Example


Text Example

White with #B93ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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