#B869ED

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

Shades of Medium Orchid #B869ED

Tints of Medium Orchid #B869ED

Color information

#B869ED (or 0xB869ED) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and ED. RGB value is (184,105,237). Sum of RGB (Red+Green+Blue) = 184+105+237=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #B869ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869ED is #479612. Grayscale: #8F8F8F. Windows color (decimal): -4691475 or 15559096. OLE color: 15559096.

HSL color Cylindrical-coordinate representation of color #B869ED: hue angle of 275.91º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B869ED is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184105237-
CMYK0.220.5600.07
HSL275.91º78.57%67.06%-
HSV(B)275.91º55.7%92.94%-
XYZ40.126.4183.1-
YUV143.67180.67156.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=34.98%
G=19.96%
B=45.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841052370.220.5600.07275.9178.5767.06
HexB869ED1638071144f43
Octal270151355267007424117103
Binary1011100011010011110110110110111000011110001010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869ED; }

 p { color: rgb(184,105,237); }

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

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

 a { background-color: rgb(184,105,237); }

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

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

 span { border-color: rgb(184,105,237); }

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