Html Css Color HEX #B560DD Medium Orchid

📋 copy color: '#B560DD'

red 181 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #B560DD

Tints of Medium Orchid #B560DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 36.35%
G = 19.28%
B = 44.38%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B560DD (or 0xB560DD) is known color: Medium Orchid. HEX triplet: B5, 60 and DD. RGB value is (181,96,221). Sum of RGB (Red+Green+Blue) = 181+96+221=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #B560DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560DD is #4A9F22. Grayscale: #878787. Windows color (decimal): -4890403 or 14508213. OLE color: 14508213.

HSL color Cylindrical-coordinate representation of color #B560DD: hue angle of 280.8º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B560DD is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 96 221 -
CMYK 0.18 0.57 0 0.13
HSL 280.8º 0.65% 0.62% -
HSV(B) 280.8º 0.57% 0.87% -
XYZ 36.29 23.41 71.01 -
YUV 135.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 181 96 221 0.18 0.57 0 0.13 280.8 0.65 0.62
Hex B5 60 DD 12 39 0 D 119 41 3E
Octal 265 140 335 22 71 0 15 431 101 76
Binary 10110101 1100000 11011101 10010 111001 0 1101 100011001 1000001 111110

Color Harmonies of #B560DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560DD

Black with #B560DD

Text Example


Text Example

White with #B560DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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