Html Css Color HEX #B56ADA Medium Orchid

📋 copy color: '#B56ADA'

red 181 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #B56ADA

Tints of Medium Orchid #B56ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 35.84%
G = 20.99%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B56ADA (or 0xB56ADA) is known color: Medium Orchid. HEX triplet: B5, 6A and DA. RGB value is (181,106,218). Sum of RGB (Red+Green+Blue) = 181+106+218=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #B56ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ADA is #4A9525. Grayscale: #8C8C8C. Windows color (decimal): -4887846 or 14314165. OLE color: 14314165.

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

Color convert

RGB 181 106 218 -
CMYK 0.17 0.51 0 0.15
HSL 280.18º 0.6% 0.64% -
HSV(B) 280.18º 0.51% 0.85% -
XYZ 36.86 25.19 69.25 -
YUV 141.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 181 106 218 0.17 0.51 0 0.15 280.18 0.6 0.64
Hex B5 6A DA 11 33 0 F 118 3C 40
Octal 265 152 332 21 63 0 17 430 74 100
Binary 10110101 1101010 11011010 10001 110011 0 1111 100011000 111100 1000000

Color Harmonies of #B56ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56ADA

Black with #B56ADA

Text Example


Text Example

White with #B56ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56ADA; }

 p { color: rgb(181,106,218); }

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

background-color css

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

 a { background-color: rgb(181,106,218); }

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

border-color css

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

 span { border-color: rgb(181,106,218); }

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