Html Css Color HEX #B56CE0 Medium Orchid

📋 copy color: '#B56CE0'

red 181 ◦ green 108 ◦ blue 224

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

Shades of Medium Orchid #B56CE0

Tints of Medium Orchid #B56CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 35.28%
G = 21.05%
B = 43.66%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B56CE0 (or 0xB56CE0) is known color: Medium Orchid. HEX triplet: B5, 6C and E0. RGB value is (181,108,224). Sum of RGB (Red+Green+Blue) = 181+108+224=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #B56CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CE0 is #4A931F. Grayscale: #8E8E8E. Windows color (decimal): -4887328 or 14707893. OLE color: 14707893.

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

Color convert

RGB 181 108 224 -
CMYK 0.19 0.52 0 0.12
HSL 277.76º 0.65% 0.65% -
HSV(B) 277.76º 0.52% 0.88% -
XYZ 37.87 25.93 73.53 -
YUV 143.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 181 108 224 0.19 0.52 0 0.12 277.76 0.65 0.65
Hex B5 6C E0 13 34 0 C 116 41 41
Octal 265 154 340 23 64 0 14 426 101 101
Binary 10110101 1101100 11100000 10011 110100 0 1100 100010110 1000001 1000001

Color Harmonies of #B56CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CE0

Black with #B56CE0

Text Example


Text Example

White with #B56CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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