Html Css Color HEX #B56DCA Medium Orchid

📋 copy color: '#B56DCA'

red 181 ◦ green 109 ◦ blue 202

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

Shades of Medium Orchid #B56DCA

Tints of Medium Orchid #B56DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.06%

R = 36.79%
G = 22.15%
B = 41.06%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B56DCA (or 0xB56DCA) is known color: Medium Orchid. HEX triplet: B5, 6D and CA. RGB value is (181,109,202). Sum of RGB (Red+Green+Blue) = 181+109+202=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #B56DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DCA is #4A9235. Grayscale: #8C8C8C. Windows color (decimal): -4887094 or 13266357. OLE color: 13266357.

HSL color Cylindrical-coordinate representation of color #B56DCA: hue angle of 286.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56DCA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 109 202 -
CMYK 0.10 0.46 0 0.21
HSL 286.45º 0.47% 0.61% -
HSV(B) 286.45º 0.46% 0.79% -
XYZ 35.19 25.03 58.85 -
YUV 141.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 181 109 202 0.10 0.46 0 0.21 286.45 0.47 0.61
Hex B5 6D CA A 2E 0 15 11E 2F 3D
Octal 265 155 312 12 56 0 25 436 57 75
Binary 10110101 1101101 11001010 1010 101110 0 10101 100011110 101111 111101

Color Harmonies of #B56DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56DCA

Black with #B56DCA

Text Example


Text Example

White with #B56DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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