Html Css Color HEX #B060B5 Fuchsia

📋 copy color: '#B060B5'

red 176 ◦ green 96 ◦ blue 181

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

Shades of Fuchsia #B060B5

Tints of Fuchsia #B060B5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.19%

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 38.85%
G = 21.19%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B060B5 (or 0xB060B5) is known color: Fuchsia. HEX triplet: B0, 60 and B5. RGB value is (176,96,181). Sum of RGB (Red+Green+Blue) = 176+96+181=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #B060B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060B5 is #4F9F4A. Grayscale: #818181. Windows color (decimal): -5218123 or 11886768. OLE color: 11886768.

HSL color Cylindrical-coordinate representation of color #B060B5: hue angle of 296.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B060B5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 96 181 -
CMYK 0.03 0.47 0 0.29
HSL 296.47º 0.36% 0.54% -
HSV(B) 296.47º 0.47% 0.71% -
XYZ 30.43 20.93 46.15 -
YUV 129.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 176 96 181 0.03 0.47 0 0.29 296.47 0.36 0.54
Hex B0 60 B5 3 2F 0 1D 128 24 36
Octal 260 140 265 3 57 0 35 450 44 66
Binary 10110000 1100000 10110101 11 101111 0 11101 100101000 100100 110110

Color Harmonies of #B060B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060B5

Black with #B060B5

Text Example


Text Example

White with #B060B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060B5; }

 p { color: rgb(176,96,181); }

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

background-color css

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

 a { background-color: rgb(176,96,181); }

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

border-color css

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

 span { border-color: rgb(176,96,181); }

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