Html Css Color HEX #B56DDD Medium Orchid

📋 copy color: '#B56DDD'

red 181 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #B56DDD

Tints of Medium Orchid #B56DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 35.42%
G = 21.33%
B = 43.25%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B56DDD (or 0xB56DDD) is known color: Medium Orchid. HEX triplet: B5, 6D and DD. RGB value is (181,109,221). Sum of RGB (Red+Green+Blue) = 181+109+221=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #B56DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DDD is #4A9222. Grayscale: #8E8E8E. Windows color (decimal): -4887075 or 14511541. OLE color: 14511541.

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

Color convert

RGB 181 109 221 -
CMYK 0.18 0.51 0 0.13
HSL 278.57º 0.62% 0.65% -
HSV(B) 278.57º 0.51% 0.87% -
XYZ 37.58 25.98 71.44 -
YUV 143.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 181 109 221 0.18 0.51 0 0.13 278.57 0.62 0.65
Hex B5 6D DD 12 33 0 D 117 3E 41
Octal 265 155 335 22 63 0 15 427 76 101
Binary 10110101 1101101 11011101 10010 110011 0 1101 100010111 111110 1000001

Color Harmonies of #B56DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56DDD

Black with #B56DDD

Text Example


Text Example

White with #B56DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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