#b551e7

Color #B551E7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B551E7

Tints of Medium Orchid #B551E7

Color information

#B551E7 (or 0xB551E7) is unknown color: approx Medium Orchid. HEX triplet: B5, 51 and E7. RGB value is (181,81,231). Sum of RGB (Red+Green+Blue) = 181+81+231=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #B551E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551E7 is #4AAE18. Grayscale: #7F7F7F. Windows color (decimal): -4894233 or 15159733. OLE color: 15159733.

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

Color convert

RGB18181231-
CMYK0.220.6500.09
HSL280º75.76%61.18%-
HSV(B)280º64.94%90.59%-
XYZ36.4221.4877.83-
YUV128186.13165.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 81 (32.03% from 255) = 16.43%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=36.71%
G=16.43%
B=46.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181812310.220.6500.0928075.7661.18
HexB551E71641091184c3d
Octal2651213472610101143011475
Binary10110101101000111100111101101000001010011000110001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b551e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b551e7; }

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

 H1.HeaderClassName
 {
   color: #b551e7;
 }
 .AnyTagClassName
 {
   color: #b551e7;
 }
</style>
background-color css

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

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

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

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

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

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