Html Css Color HEX #B56BDB Medium Orchid

📋 copy color: '#B56BDB'

red 181 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #B56BDB

Tints of Medium Orchid #B56BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 35.7%
G = 21.1%
B = 43.2%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B56BDB (or 0xB56BDB) is known color: Medium Orchid. HEX triplet: B5, 6B and DB. RGB value is (181,107,219). Sum of RGB (Red+Green+Blue) = 181+107+219=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #B56BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BDB is #4A9424. Grayscale: #8D8D8D. Windows color (decimal): -4887589 or 14379957. OLE color: 14379957.

HSL color Cylindrical-coordinate representation of color #B56BDB: hue angle of 279.64º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56BDB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 107 219 -
CMYK 0.17 0.51 0 0.14
HSL 279.64º 0.61% 0.64% -
HSV(B) 279.64º 0.51% 0.86% -
XYZ 37.1 25.45 69.98 -
YUV 141.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 181 107 219 0.17 0.51 0 0.14 279.64 0.61 0.64
Hex B5 6B DB 11 33 0 E 118 3D 40
Octal 265 153 333 21 63 0 16 430 75 100
Binary 10110101 1101011 11011011 10001 110011 0 1110 100011000 111101 1000000

Color Harmonies of #B56BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BDB

Black with #B56BDB

Text Example


Text Example

White with #B56BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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