#B645EE

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

Shades of Medium Orchid #B645EE

Tints of Medium Orchid #B645EE

Color information

#B645EE (or 0xB645EE) is unknown color: approx Medium Orchid. HEX triplet: B6, 45 and EE. RGB value is (182,69,238). Sum of RGB (Red+Green+Blue) = 182+69+238=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #B645EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645EE is #49BA11. Grayscale: #797979. Windows color (decimal): -4831762 or 15615414. OLE color: 15615414.

HSL color Cylindrical-coordinate representation of color #B645EE: hue angle of 280.12º 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 #B645EE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18269238-
CMYK0.240.7100.07
HSL280.12º83.25%60.2%-
HSV(B)280.12º71.01%93.33%-
XYZ36.8520.3782.88-
YUV122.05193.44170.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 69 (27.34% from 255) = 14.11%
BLUE value IS 238 (93.36% from 255) = 48.67%
R=37.22%
G=14.11%
B=48.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182692380.240.7100.07280.1283.2560.2
HexB645EE184707118533c
Octal266105356301070743012374
Binary1011011010001011110111011000100011101111000110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645EE; }

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

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

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

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

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

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

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

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