Html Css Color HEX #B56ED0 Medium Orchid

📋 copy color: '#B56ED0'

red 181 ◦ green 110 ◦ blue 208

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

Shades of Medium Orchid #B56ED0

Tints of Medium Orchid #B56ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 36.27%
G = 22.04%
B = 41.68%

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

#B56ED0 (or 0xB56ED0) is known color: Medium Orchid. HEX triplet: B5, 6E and D0. RGB value is (181,110,208). Sum of RGB (Red+Green+Blue) = 181+110+208=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #B56ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ED0 is #4A912F. Grayscale: #8E8E8E. Windows color (decimal): -4886832 or 13659829. OLE color: 13659829.

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

Color convert

RGB 181 110 208 -
CMYK 0.13 0.47 0 0.18
HSL 283.47º 0.51% 0.62% -
HSV(B) 283.47º 0.47% 0.82% -
XYZ 36.02 25.53 62.7 -
YUV 142.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 181 110 208 0.13 0.47 0 0.18 283.47 0.51 0.62
Hex B5 6E D0 D 2F 0 12 11B 33 3E
Octal 265 156 320 15 57 0 22 433 63 76
Binary 10110101 1101110 11010000 1101 101111 0 10010 100011011 110011 111110

Color Harmonies of #B56ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56ED0

Black with #B56ED0

Text Example


Text Example

White with #B56ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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