#B745EE

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

Shades of Medium Orchid #B745EE

Tints of Medium Orchid #B745EE

Color information

#B745EE (or 0xB745EE) is unknown color: approx Medium Orchid. HEX triplet: B7, 45 and EE. RGB value is (183,69,238). Sum of RGB (Red+Green+Blue) = 183+69+238=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #B745EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B745EE is #48BA11. Grayscale: #797979. Windows color (decimal): -4766226 or 15615415. OLE color: 15615415.

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

Color convert

RGB18369238-
CMYK0.230.7100.07
HSL280.47º83.25%60.2%-
HSV(B)280.47º71.01%93.33%-
XYZ37.0920.582.89-
YUV122.35193.27171.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 69 (27.34% from 255) = 14.08%
BLUE value IS 238 (93.36% from 255) = 48.57%
R=37.35%
G=14.08%
B=48.57%

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
Decimal183692380.230.7100.07280.4783.2560.2
HexB745EE174707118533c
Octal267105356271070743012374
Binary1011011110001011110111010111100011101111000110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745EE; }

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

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

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

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

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

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

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

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