Html Css Color HEX #B56DD7 Medium Orchid

📋 copy color: '#B56DD7'

red 181 ◦ green 109 ◦ blue 215

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

Shades of Medium Orchid #B56DD7

Tints of Medium Orchid #B56DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

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

R = 35.84%
G = 21.58%
B = 42.57%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B56DD7 (or 0xB56DD7) is known color: Medium Orchid. HEX triplet: B5, 6D and D7. RGB value is (181,109,215). Sum of RGB (Red+Green+Blue) = 181+109+215=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #B56DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DD7 is #4A9228. Grayscale: #8E8E8E. Windows color (decimal): -4887081 or 14118325. OLE color: 14118325.

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

Color convert

RGB 181 109 215 -
CMYK 0.16 0.49 0 0.16
HSL 280.75º 0.57% 0.64% -
HSV(B) 280.75º 0.49% 0.84% -
XYZ 36.79 25.67 67.31 -
YUV 142.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 181 109 215 0.16 0.49 0 0.16 280.75 0.57 0.64
Hex B5 6D D7 10 31 0 10 119 39 40
Octal 265 155 327 20 61 0 20 431 71 100
Binary 10110101 1101101 11010111 10000 110001 0 10000 100011001 111001 1000000

Color Harmonies of #B56DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56DD7

Black with #B56DD7

Text Example


Text Example

White with #B56DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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