#B845EE

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

Shades of Medium Orchid #B845EE

Tints of Medium Orchid #B845EE

Color information

#B845EE (or 0xB845EE) is unknown color: approx Medium Orchid. HEX triplet: B8, 45 and EE. RGB value is (184,69,238). Sum of RGB (Red+Green+Blue) = 184+69+238=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #B845EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B845EE is #47BA11. Grayscale: #7A7A7A. Windows color (decimal): -4700690 or 15615416. OLE color: 15615416.

HSL color Cylindrical-coordinate representation of color #B845EE: hue angle of 280.83º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B845EE is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18469238-
CMYK0.230.7100.07
HSL280.83º83.25%60.2%-
HSV(B)280.83º71.01%93.33%-
XYZ37.3320.6282.9-
YUV122.65193.1171.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 69 (27.34% from 255) = 14.05%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=37.47%
G=14.05%
B=48.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184692380.230.7100.07280.8383.2560.2
HexB845EE174707119533c
Octal270105356271070743112374
Binary1011100010001011110111010111100011101111000110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845EE; }

 p { color: rgb(184,69,238); }

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

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

 a { background-color: rgb(184,69,238); }

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

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

 span { border-color: rgb(184,69,238); }

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