Html Css Color HEX #B56DDF Medium Orchid

📋 copy color: '#B56DDF'

red 181 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #B56DDF

Tints of Medium Orchid #B56DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 35.28%
G = 21.25%
B = 43.47%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B56DDF (or 0xB56DDF) is known color: Medium Orchid. HEX triplet: B5, 6D and DF. RGB value is (181,109,223). Sum of RGB (Red+Green+Blue) = 181+109+223=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #B56DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DDF is #4A9220. Grayscale: #8F8F8F. Windows color (decimal): -4887073 or 14642613. OLE color: 14642613.

HSL color Cylindrical-coordinate representation of color #B56DDF: hue angle of 277.89º degrees, saturation: 0.64, 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 #B56DDF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 109 223 -
CMYK 0.19 0.51 0 0.13
HSL 277.89º 0.64% 0.65% -
HSV(B) 277.89º 0.51% 0.87% -
XYZ 37.84 26.09 72.85 -
YUV 143.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 181 109 223 0.19 0.51 0 0.13 277.89 0.64 0.65
Hex B5 6D DF 13 33 0 D 116 40 41
Octal 265 155 337 23 63 0 15 426 100 101
Binary 10110101 1101101 11011111 10011 110011 0 1101 100010110 1000000 1000001

Color Harmonies of #B56DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56DDF

Black with #B56DDF

Text Example


Text Example

White with #B56DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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