#B85AEB

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

Shades of Medium Orchid #B85AEB

Tints of Medium Orchid #B85AEB

Color information

#B85AEB (or 0xB85AEB) is unknown color: approx Medium Orchid. HEX triplet: B8, 5A and EB. RGB value is (184,90,235). Sum of RGB (Red+Green+Blue) = 184+90+235=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #B85AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AEB is #47A514. Grayscale: #868686. Windows color (decimal): -4695317 or 15424184. OLE color: 15424184.

HSL color Cylindrical-coordinate representation of color #B85AEB: hue angle of 278.9º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85AEB is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18490235-
CMYK0.220.6200.08
HSL278.9º78.38%63.73%-
HSV(B)278.9º61.7%92.16%-
XYZ38.4223.581.11-
YUV134.64184.64163.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 90 (35.55% from 255) = 17.68%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=36.15%
G=17.68%
B=46.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal184902350.220.6200.08278.978.3863.73
HexB85AEB163E081174e40
Octal2701323532676010427116100
Binary10111000101101011101011101101111100100010001011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85AEB; }

 p { color: rgb(184,90,235); }

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

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

 a { background-color: rgb(184,90,235); }

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

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

 span { border-color: rgb(184,90,235); }

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