Html Css Color HEX #B56DCD Medium Orchid

📋 copy color: '#B56DCD'

red 181 ◦ green 109 ◦ blue 205

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

Shades of Medium Orchid #B56DCD

Tints of Medium Orchid #B56DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 36.57%
G = 22.02%
B = 41.41%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B56DCD (or 0xB56DCD) is known color: Medium Orchid. HEX triplet: B5, 6D and CD. RGB value is (181,109,205). Sum of RGB (Red+Green+Blue) = 181+109+205=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #B56DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DCD is #4A9232. Grayscale: #8D8D8D. Windows color (decimal): -4887091 or 13462965. OLE color: 13462965.

HSL color Cylindrical-coordinate representation of color #B56DCD: hue angle of 285º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56DCD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 109 205 -
CMYK 0.12 0.47 0 0.20
HSL 285º 0.49% 0.62% -
HSV(B) 285º 0.47% 0.8% -
XYZ 35.54 25.17 60.74 -
YUV 141.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 181 109 205 0.12 0.47 0 0.20 285 0.49 0.62
Hex B5 6D CD C 2F 0 14 11D 31 3E
Octal 265 155 315 14 57 0 24 435 61 76
Binary 10110101 1101101 11001101 1100 101111 0 10100 100011101 110001 111110

Color Harmonies of #B56DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56DCD

Black with #B56DCD

Text Example


Text Example

White with #B56DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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