Html Css Color HEX #B560DC Medium Orchid

📋 copy color: '#B560DC'

red 181 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #B560DC

Tints of Medium Orchid #B560DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 36.42%
G = 19.32%
B = 44.27%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B560DC (or 0xB560DC) is known color: Medium Orchid. HEX triplet: B5, 60 and DC. RGB value is (181,96,220). Sum of RGB (Red+Green+Blue) = 181+96+220=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B560DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560DC is #4A9F23. Grayscale: #878787. Windows color (decimal): -4890404 or 14442677. OLE color: 14442677.

HSL color Cylindrical-coordinate representation of color #B560DC: hue angle of 281.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B560DC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 96 220 -
CMYK 0.18 0.56 0 0.14
HSL 281.13º 0.64% 0.62% -
HSV(B) 281.13º 0.56% 0.86% -
XYZ 36.16 23.36 70.31 -
YUV 135.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 181 96 220 0.18 0.56 0 0.14 281.13 0.64 0.62
Hex B5 60 DC 12 38 0 E 119 40 3E
Octal 265 140 334 22 70 0 16 431 100 76
Binary 10110101 1100000 11011100 10010 111000 0 1110 100011001 1000000 111110

Color Harmonies of #B560DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560DC

Black with #B560DC

Text Example


Text Example

White with #B560DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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