Html Css Color HEX #B56ADC Medium Orchid

📋 copy color: '#B56ADC'

red 181 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #B56ADC

Tints of Medium Orchid #B56ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 35.7%
G = 20.91%
B = 43.39%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B56ADC (or 0xB56ADC) is known color: Medium Orchid. HEX triplet: B5, 6A and DC. RGB value is (181,106,220). Sum of RGB (Red+Green+Blue) = 181+106+220=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #B56ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ADC is #4A9523. Grayscale: #8D8D8D. Windows color (decimal): -4887844 or 14445237. OLE color: 14445237.

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

Color convert

RGB 181 106 220 -
CMYK 0.18 0.52 0 0.14
HSL 279.47º 0.62% 0.64% -
HSV(B) 279.47º 0.52% 0.86% -
XYZ 37.13 25.3 70.64 -
YUV 141.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 181 106 220 0.18 0.52 0 0.14 279.47 0.62 0.64
Hex B5 6A DC 12 34 0 E 117 3E 40
Octal 265 152 334 22 64 0 16 427 76 100
Binary 10110101 1101010 11011100 10010 110100 0 1110 100010111 111110 1000000

Color Harmonies of #B56ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56ADC

Black with #B56ADC

Text Example


Text Example

White with #B56ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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