#B877E4

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

Shades of Medium Orchid #B877E4

Tints of Medium Orchid #B877E4

Color information

#B877E4 (or 0xB877E4) is unknown color: approx Medium Orchid. HEX triplet: B8, 77 and E4. RGB value is (184,119,228). Sum of RGB (Red+Green+Blue) = 184+119+228=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #B877E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877E4 is #47881B. Grayscale: #969696. Windows color (decimal): -4687900 or 14972856. OLE color: 14972856.

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

Color convert

RGB184119228-
CMYK0.190.4800.11
HSL275.78º66.87%68.04%-
HSV(B)275.78º47.81%89.41%-
XYZ40.3728.9976.87-
YUV150.86171.53151.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 228 (89.45% from 255) = 42.94%
R=34.65%
G=22.41%
B=42.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841192280.190.4800.11275.7866.8768.04
HexB877E413300B1144344
Octal2701673442360013424103104
Binary10111000111011111100100100111100000101110001010010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877E4; }

 p { color: rgb(184,119,228); }

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

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

 a { background-color: rgb(184,119,228); }

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

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

 span { border-color: rgb(184,119,228); }

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