Html Css Color HEX #B56EE7 Medium Orchid

📋 copy color: '#B56EE7'

red 181 ◦ green 110 ◦ blue 231

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

Shades of Medium Orchid #B56EE7

Tints of Medium Orchid #B56EE7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.07%

 BLUE value IS 231 (90.63% from 255) = 44.25%

R = 34.67%
G = 21.07%
B = 44.25%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B56EE7 (or 0xB56EE7) is known color: Medium Orchid. HEX triplet: B5, 6E and E7. RGB value is (181,110,231). Sum of RGB (Red+Green+Blue) = 181+110+231=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #B56EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56EE7 is #4A9118. Grayscale: #909090. Windows color (decimal): -4886809 or 15167157. OLE color: 15167157.

HSL color Cylindrical-coordinate representation of color #B56EE7: hue angle of 275.21º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56EE7 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 110 231 -
CMYK 0.22 0.52 0 0.09
HSL 275.21º 0.72% 0.67% -
HSV(B) 275.21º 0.52% 0.91% -
XYZ 39.06 26.75 78.71 -
YUV 145.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 181 110 231 0.22 0.52 0 0.09 275.21 0.72 0.67
Hex B5 6E E7 16 34 0 9 113 48 43
Octal 265 156 347 26 64 0 11 423 110 103
Binary 10110101 1101110 11100111 10110 110100 0 1001 100010011 1001000 1000011

Color Harmonies of #B56EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EE7

Black with #B56EE7

Text Example


Text Example

White with #B56EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EE7; }

 p { color: rgb(181,110,231); }

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

background-color css

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

 a { background-color: rgb(181,110,231); }

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

border-color css

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

 span { border-color: rgb(181,110,231); }

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