Html Css Color HEX #B560D1 Medium Orchid

📋 copy color: '#B560D1'

red 181 ◦ green 96 ◦ blue 209

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

Shades of Medium Orchid #B560D1

Tints of Medium Orchid #B560D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 37.24%
G = 19.75%
B = 43%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B560D1 (or 0xB560D1) is known color: Medium Orchid. HEX triplet: B5, 60 and D1. RGB value is (181,96,209). Sum of RGB (Red+Green+Blue) = 181+96+209=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #B560D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560D1 is #4A9F2E. Grayscale: #858585. Windows color (decimal): -4890415 or 13721781. OLE color: 13721781.

HSL color Cylindrical-coordinate representation of color #B560D1: hue angle of 285.13º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B560D1 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 96 209 -
CMYK 0.13 0.54 0 0.18
HSL 285.13º 0.55% 0.6% -
HSV(B) 285.13º 0.54% 0.82% -
XYZ 34.75 22.79 62.89 -
YUV 134.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 181 96 209 0.13 0.54 0 0.18 285.13 0.55 0.6
Hex B5 60 D1 D 36 0 12 11D 37 3C
Octal 265 140 321 15 66 0 22 435 67 74
Binary 10110101 1100000 11010001 1101 110110 0 10010 100011101 110111 111100

Color Harmonies of #B560D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560D1

Black with #B560D1

Text Example


Text Example

White with #B560D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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