Html Css Color HEX #B560B2 Fuchsia

📋 copy color: '#B560B2'

red 181 ◦ green 96 ◦ blue 178

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

Shades of Fuchsia #B560B2

Tints of Fuchsia #B560B2

RGB

 RED value IS 181 (71.09% from 255) = 39.78%

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

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

R = 39.78%
G = 21.1%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B560B2 (or 0xB560B2) is known color: Fuchsia. HEX triplet: B5, 60 and B2. RGB value is (181,96,178). Sum of RGB (Red+Green+Blue) = 181+96+178=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B560B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B560B2 is #4A9F4D. Grayscale: #828282. Windows color (decimal): -4890446 or 11690165. OLE color: 11690165.

HSL color Cylindrical-coordinate representation of color #B560B2: hue angle of 302.12º 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 #B560B2 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 178 -
CMYK 0 0.47 0.02 0.29
HSL 302.12º 0.36% 0.54% -
HSV(B) 302.12º 0.47% 0.71% -
XYZ 31.27 21.4 44.6 -
YUV 130.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 181 96 178 0 0.47 0.02 0.29 302.12 0.36 0.54
Hex B5 60 B2 0 2F 2 1D 12E 24 36
Octal 265 140 262 0 57 2 35 456 44 66
Binary 10110101 1100000 10110010 0 101111 10 11101 100101110 100100 110110

Color Harmonies of #B560B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560B2

Black with #B560B2

Text Example


Text Example

White with #B560B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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