Html Css Color HEX #B04ABA Fuchsia

📋 copy color: '#B04ABA'

red 176 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #B04ABA

Tints of Fuchsia #B04ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

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

R = 40.37%
G = 16.97%
B = 42.66%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B04ABA (or 0xB04ABA) is known color: Fuchsia. HEX triplet: B0, 4A and BA. RGB value is (176,74,186). Sum of RGB (Red+Green+Blue) = 176+74+186=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ABA is #4FB545. Grayscale: #747474. Windows color (decimal): -5223750 or 12208816. OLE color: 12208816.

HSL color Cylindrical-coordinate representation of color #B04ABA: hue angle of 294.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04ABA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 74 186 -
CMYK 0.05 0.60 0 0.27
HSL 294.64º 0.45% 0.51% -
HSV(B) 294.64º 0.6% 0.73% -
XYZ 29.22 17.67 48.33 -
YUV 117.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 176 74 186 0.05 0.60 0 0.27 294.64 0.45 0.51
Hex B0 4A BA 5 3C 0 1B 127 2D 33
Octal 260 112 272 5 74 0 33 447 55 63
Binary 10110000 1001010 10111010 101 111100 0 11011 100100111 101101 110011

Color Harmonies of #B04ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ABA

Black with #B04ABA

Text Example


Text Example

White with #B04ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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