Html Css Color HEX #B56ED1 Medium Orchid

📋 copy color: '#B56ED1'

red 181 ◦ green 110 ◦ blue 209

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

Shades of Medium Orchid #B56ED1

Tints of Medium Orchid #B56ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22%

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

R = 36.2%
G = 22%
B = 41.8%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B56ED1 (or 0xB56ED1) is known color: Medium Orchid. HEX triplet: B5, 6E and D1. RGB value is (181,110,209). Sum of RGB (Red+Green+Blue) = 181+110+209=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #B56ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ED1 is #4A912E. Grayscale: #8E8E8E. Windows color (decimal): -4886831 or 13725365. OLE color: 13725365.

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

Color convert

RGB 181 110 209 -
CMYK 0.13 0.47 0 0.18
HSL 283.03º 0.52% 0.63% -
HSV(B) 283.03º 0.47% 0.82% -
XYZ 36.14 25.58 63.35 -
YUV 142.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 181 110 209 0.13 0.47 0 0.18 283.03 0.52 0.63
Hex B5 6E D1 D 2F 0 12 11B 34 3F
Octal 265 156 321 15 57 0 22 433 64 77
Binary 10110101 1101110 11010001 1101 101111 0 10010 100011011 110100 111111

Color Harmonies of #B56ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56ED1

Black with #B56ED1

Text Example


Text Example

White with #B56ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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