Html Css Color HEX #B56ECC Medium Orchid

📋 copy color: '#B56ECC'

red 181 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #B56ECC

Tints of Medium Orchid #B56ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 36.57%
G = 22.22%
B = 41.21%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B56ECC (or 0xB56ECC) is known color: Medium Orchid. HEX triplet: B5, 6E and CC. RGB value is (181,110,204). Sum of RGB (Red+Green+Blue) = 181+110+204=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B56ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ECC is #4A9133. Grayscale: #8D8D8D. Windows color (decimal): -4886836 or 13397685. OLE color: 13397685.

HSL color Cylindrical-coordinate representation of color #B56ECC: hue angle of 285.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56ECC is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 110 204 -
CMYK 0.11 0.46 0 0.2
HSL 285.32º 0.48% 0.62% -
HSV(B) 285.32º 0.46% 0.8% -
XYZ 35.53 25.34 60.14 -
YUV 141.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 181 110 204 0.11 0.46 0 0.2 285.32 0.48 0.62
Hex B5 6E CC B 2E 0 14 11D 30 3E
Octal 265 156 314 13 56 0 24 435 60 76
Binary 10110101 1101110 11001100 1011 101110 0 10100 100011101 110000 111110

Color Harmonies of #B56ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56ECC

Black with #B56ECC

Text Example


Text Example

White with #B56ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56ECC; }

 p { color: rgb(181,110,204); }

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

background-color css

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

 a { background-color: rgb(181,110,204); }

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

border-color css

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

 span { border-color: rgb(181,110,204); }

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