Html Css Color HEX #B56BD7 Medium Orchid

📋 copy color: '#B56BD7'

red 181 ◦ green 107 ◦ blue 215

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

Shades of Medium Orchid #B56BD7

Tints of Medium Orchid #B56BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.74%

R = 35.98%
G = 21.27%
B = 42.74%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B56BD7 (or 0xB56BD7) is known color: Medium Orchid. HEX triplet: B5, 6B and D7. RGB value is (181,107,215). Sum of RGB (Red+Green+Blue) = 181+107+215=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #B56BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BD7 is #4A9428. Grayscale: #8D8D8D. Windows color (decimal): -4887593 or 14117813. OLE color: 14117813.

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

Color convert

RGB 181 107 215 -
CMYK 0.16 0.50 0 0.16
HSL 281.11º 0.57% 0.63% -
HSV(B) 281.11º 0.5% 0.84% -
XYZ 36.58 25.25 67.23 -
YUV 141.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 181 107 215 0.16 0.50 0 0.16 281.11 0.57 0.63
Hex B5 6B D7 10 32 0 10 119 39 3F
Octal 265 153 327 20 62 0 20 431 71 77
Binary 10110101 1101011 11010111 10000 110010 0 10000 100011001 111001 111111

Color Harmonies of #B56BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BD7

Black with #B56BD7

Text Example


Text Example

White with #B56BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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