Html Css Color HEX #B56BD8 Medium Orchid

📋 copy color: '#B56BD8'

red 181 ◦ green 107 ◦ blue 216

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

Shades of Medium Orchid #B56BD8

Tints of Medium Orchid #B56BD8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

 BLUE value IS 216 (84.77% from 255) = 42.86%

R = 35.91%
G = 21.23%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B56BD8 (or 0xB56BD8) is known color: Medium Orchid. HEX triplet: B5, 6B and D8. RGB value is (181,107,216). Sum of RGB (Red+Green+Blue) = 181+107+216=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #B56BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BD8 is #4A9427. Grayscale: #8D8D8D. Windows color (decimal): -4887592 or 14183349. OLE color: 14183349.

HSL color Cylindrical-coordinate representation of color #B56BD8: hue angle of 280.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56BD8 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 107 216 -
CMYK 0.16 0.50 0 0.15
HSL 280.73º 0.58% 0.63% -
HSV(B) 280.73º 0.5% 0.85% -
XYZ 36.71 25.3 67.91 -
YUV 141.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 181 107 216 0.16 0.50 0 0.15 280.73 0.58 0.63
Hex B5 6B D8 10 32 0 F 119 3A 3F
Octal 265 153 330 20 62 0 17 431 72 77
Binary 10110101 1101011 11011000 10000 110010 0 1111 100011001 111010 111111

Color Harmonies of #B56BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BD8

Black with #B56BD8

Text Example


Text Example

White with #B56BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BD8; }

 p { color: rgb(181,107,216); }

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

background-color css

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

 a { background-color: rgb(181,107,216); }

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

border-color css

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

 span { border-color: rgb(181,107,216); }

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