#B867E1

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

Shades of Medium Orchid #B867E1

Tints of Medium Orchid #B867E1

Color information

#B867E1 (or 0xB867E1) is unknown color: approx Medium Orchid. HEX triplet: B8, 67 and E1. RGB value is (184,103,225). Sum of RGB (Red+Green+Blue) = 184+103+225=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #B867E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867E1 is #47981E. Grayscale: #8C8C8C. Windows color (decimal): -4691999 or 14772152. OLE color: 14772152.

HSL color Cylindrical-coordinate representation of color #B867E1: hue angle of 279.84º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B867E1 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184103225-
CMYK0.180.5400.12
HSL279.84º67.03%64.31%-
HSV(B)279.84º54.22%88.24%-
XYZ38.2125.3374.11-
YUV141.13175.34158.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.94%
GREEN value IS 103 (40.62% from 255) = 20.12%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=35.94%
G=20.12%
B=43.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841032250.180.5400.12279.8467.0364.31
HexB867E112360C1184340
Octal2701473412266014430103100
Binary10111000110011111100001100101101100110010001100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B867E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B867E1; }

 p { color: rgb(184,103,225); }

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

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

 a { background-color: rgb(184,103,225); }

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

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

 span { border-color: rgb(184,103,225); }

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