#B865E7

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

Shades of Medium Orchid #B865E7

Tints of Medium Orchid #B865E7

Color information

#B865E7 (or 0xB865E7) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and E7. RGB value is (184,101,231). Sum of RGB (Red+Green+Blue) = 184+101+231=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #B865E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865E7 is #479A18. Grayscale: #8C8C8C. Windows color (decimal): -4692505 or 15164856. OLE color: 15164856.

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

Color convert

RGB184101231-
CMYK0.200.5600.09
HSL278.31º73.03%65.1%-
HSV(B)278.31º56.28%90.59%-
XYZ38.8425.2778.43-
YUV140.64179158.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 101 (39.84% from 255) = 19.57%
BLUE value IS 231 (90.62% from 255) = 44.77%
R=35.66%
G=19.57%
B=44.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841012310.200.5600.09278.3173.0365.1
HexB865E71438091164941
Octal2701453472470011426111101
Binary10111000110010111100111101001110000100110001011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865E7; }

 p { color: rgb(184,101,231); }

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

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

 a { background-color: rgb(184,101,231); }

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

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

 span { border-color: rgb(184,101,231); }

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