Html Css Color HEX #B56CDC Medium Orchid

📋 copy color: '#B56CDC'

red 181 ◦ green 108 ◦ blue 220

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

Shades of Medium Orchid #B56CDC

Tints of Medium Orchid #B56CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

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

R = 35.56%
G = 21.22%
B = 43.22%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B56CDC (or 0xB56CDC) is known color: Medium Orchid. HEX triplet: B5, 6C and DC. RGB value is (181,108,220). Sum of RGB (Red+Green+Blue) = 181+108+220=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #B56CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CDC is #4A9323. Grayscale: #8E8E8E. Windows color (decimal): -4887332 or 14445749. OLE color: 14445749.

HSL color Cylindrical-coordinate representation of color #B56CDC: hue angle of 279.11º degrees, saturation: 0.62, 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 #B56CDC is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 108 220 -
CMYK 0.18 0.51 0 0.14
HSL 279.11º 0.62% 0.64% -
HSV(B) 279.11º 0.51% 0.86% -
XYZ 37.34 25.72 70.71 -
YUV 142.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 181 108 220 0.18 0.51 0 0.14 279.11 0.62 0.64
Hex B5 6C DC 12 33 0 E 117 3E 40
Octal 265 154 334 22 63 0 16 427 76 100
Binary 10110101 1101100 11011100 10010 110011 0 1110 100010111 111110 1000000

Color Harmonies of #B56CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CDC

Black with #B56CDC

Text Example


Text Example

White with #B56CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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