Html Css Color HEX #B05ABB Fuchsia

📋 copy color: '#B05ABB'

red 176 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #B05ABB

Tints of Fuchsia #B05ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 38.85%
G = 19.87%
B = 41.28%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B05ABB (or 0xB05ABB) is known color: Fuchsia. HEX triplet: B0, 5A and BB. RGB value is (176,90,187). Sum of RGB (Red+Green+Blue) = 176+90+187=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #B05ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ABB is #4FA544. Grayscale: #7E7E7E. Windows color (decimal): -5219653 or 12278448. OLE color: 12278448.

HSL color Cylindrical-coordinate representation of color #B05ABB: hue angle of 293.2º degrees, saturation: 0.42, 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 #B05ABB is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 90 187 -
CMYK 0.06 0.52 0 0.27
HSL 293.2º 0.42% 0.54% -
HSV(B) 293.2º 0.52% 0.73% -
XYZ 30.53 20.13 49.29 -
YUV 126.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 176 90 187 0.06 0.52 0 0.27 293.2 0.42 0.54
Hex B0 5A BB 6 34 0 1B 125 2A 36
Octal 260 132 273 6 64 0 33 445 52 66
Binary 10110000 1011010 10111011 110 110100 0 11011 100100101 101010 110110

Color Harmonies of #B05ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ABB

Black with #B05ABB

Text Example


Text Example

White with #B05ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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