Html Css Color HEX #B05ABA Fuchsia

📋 copy color: '#B05ABA'

red 176 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #B05ABA

Tints of Fuchsia #B05ABA

RGB

 RED value IS 176 (69.14% from 255) = 38.94%

 GREEN value IS 90 (35.55% from 255) = 19.91%

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

R = 38.94%
G = 19.91%
B = 41.15%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B05ABA (or 0xB05ABA) is known color: Fuchsia. HEX triplet: B0, 5A and BA. RGB value is (176,90,186). Sum of RGB (Red+Green+Blue) = 176+90+186=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #B05ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ABA is #4FA545. Grayscale: #7E7E7E. Windows color (decimal): -5219654 or 12212912. OLE color: 12212912.

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

Color convert

RGB 176 90 186 -
CMYK 0.05 0.52 0 0.27
HSL 293.75º 0.41% 0.54% -
HSV(B) 293.75º 0.52% 0.73% -
XYZ 30.42 20.09 48.73 -
YUV 126.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 176 90 186 0.05 0.52 0 0.27 293.75 0.41 0.54
Hex B0 5A BA 5 34 0 1B 126 29 36
Octal 260 132 272 5 64 0 33 446 51 66
Binary 10110000 1011010 10111010 101 110100 0 11011 100100110 101001 110110

Color Harmonies of #B05ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ABA

Black with #B05ABA

Text Example


Text Example

White with #B05ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ABA; }

 p { color: rgb(176,90,186); }

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

background-color css

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

 a { background-color: rgb(176,90,186); }

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

border-color css

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

 span { border-color: rgb(176,90,186); }

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