Html Css Color HEX #B56CD2 Medium Orchid

📋 copy color: '#B56CD2'

red 181 ◦ green 108 ◦ blue 210

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

Shades of Medium Orchid #B56CD2

Tints of Medium Orchid #B56CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 36.27%
G = 21.64%
B = 42.08%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B56CD2 (or 0xB56CD2) is known color: Medium Orchid. HEX triplet: B5, 6C and D2. RGB value is (181,108,210). Sum of RGB (Red+Green+Blue) = 181+108+210=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #B56CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CD2 is #4A932D. Grayscale: #8D8D8D. Windows color (decimal): -4887342 or 13790389. OLE color: 13790389.

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

Color convert

RGB 181 108 210 -
CMYK 0.14 0.49 0 0.18
HSL 282.94º 0.53% 0.62% -
HSV(B) 282.94º 0.49% 0.82% -
XYZ 36.05 25.2 63.94 -
YUV 141.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 181 108 210 0.14 0.49 0 0.18 282.94 0.53 0.62
Hex B5 6C D2 E 31 0 12 11B 35 3E
Octal 265 154 322 16 61 0 22 433 65 76
Binary 10110101 1101100 11010010 1110 110001 0 10010 100011011 110101 111110

Color Harmonies of #B56CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CD2

Black with #B56CD2

Text Example


Text Example

White with #B56CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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