Html Css Color HEX #B56CDF Medium Orchid

📋 copy color: '#B56CDF'

red 181 ◦ green 108 ◦ blue 223

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

Shades of Medium Orchid #B56CDF

Tints of Medium Orchid #B56CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 35.35%
G = 21.09%
B = 43.55%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B56CDF (or 0xB56CDF) is known color: Medium Orchid. HEX triplet: B5, 6C and DF. RGB value is (181,108,223). Sum of RGB (Red+Green+Blue) = 181+108+223=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #B56CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CDF is #4A9320. Grayscale: #8E8E8E. Windows color (decimal): -4887329 or 14642357. OLE color: 14642357.

HSL color Cylindrical-coordinate representation of color #B56CDF: hue angle of 278.09º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56CDF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 108 223 -
CMYK 0.19 0.52 0 0.13
HSL 278.09º 0.64% 0.65% -
HSV(B) 278.09º 0.52% 0.87% -
XYZ 37.74 25.88 72.82 -
YUV 142.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 181 108 223 0.19 0.52 0 0.13 278.09 0.64 0.65
Hex B5 6C DF 13 34 0 D 116 40 41
Octal 265 154 337 23 64 0 15 426 100 101
Binary 10110101 1101100 11011111 10011 110100 0 1101 100010110 1000000 1000001

Color Harmonies of #B56CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CDF

Black with #B56CDF

Text Example


Text Example

White with #B56CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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