Html Css Color HEX #B56CE3 Medium Orchid

📋 copy color: '#B56CE3'

red 181 ◦ green 108 ◦ blue 227

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

Shades of Medium Orchid #B56CE3

Tints of Medium Orchid #B56CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.99%

R = 35.08%
G = 20.93%
B = 43.99%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B56CE3 (or 0xB56CE3) is known color: Medium Orchid. HEX triplet: B5, 6C and E3. RGB value is (181,108,227). Sum of RGB (Red+Green+Blue) = 181+108+227=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 227 - color contains mainly: blue. Hex color #B56CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CE3 is #4A931C. Grayscale: #8E8E8E. Windows color (decimal): -4887325 or 14904501. OLE color: 14904501.

HSL color Cylindrical-coordinate representation of color #B56CE3: hue angle of 276.81º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56CE3 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 108 227 -
CMYK 0.20 0.52 0 0.11
HSL 276.81º 0.68% 0.66% -
HSV(B) 276.81º 0.52% 0.89% -
XYZ 38.28 26.09 75.69 -
YUV 143.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 181 108 227 0.20 0.52 0 0.11 276.81 0.68 0.66
Hex B5 6C E3 14 34 0 B 115 44 42
Octal 265 154 343 24 64 0 13 425 104 102
Binary 10110101 1101100 11100011 10100 110100 0 1011 100010101 1000100 1000010

Color Harmonies of #B56CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CE3

Black with #B56CE3

Text Example


Text Example

White with #B56CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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