Html Css Color HEX #B05AB2 Fuchsia

📋 copy color: '#B05AB2'

red 176 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #B05AB2

Tints of Fuchsia #B05AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 39.64%
G = 20.27%
B = 40.09%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B05AB2 (or 0xB05AB2) is known color: Fuchsia. HEX triplet: B0, 5A and B2. RGB value is (176,90,178). Sum of RGB (Red+Green+Blue) = 176+90+178=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #B05AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05AB2 is #4FA54D. Grayscale: #7D7D7D. Windows color (decimal): -5219662 or 11688624. OLE color: 11688624.

HSL color Cylindrical-coordinate representation of color #B05AB2: hue angle of 298.64º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05AB2 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 90 178 -
CMYK 0.01 0.49 0 0.30
HSL 298.64º 0.36% 0.53% -
HSV(B) 298.64º 0.49% 0.7% -
XYZ 29.6 19.76 44.37 -
YUV 125.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 176 90 178 0.01 0.49 0 0.30 298.64 0.36 0.53
Hex B0 5A B2 1 31 0 1E 12B 24 35
Octal 260 132 262 1 61 0 36 453 44 65
Binary 10110000 1011010 10110010 1 110001 0 11110 100101011 100100 110101

Color Harmonies of #B05AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AB2

Black with #B05AB2

Text Example


Text Example

White with #B05AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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