#B452EE

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

Shades of Medium Orchid #B452EE

Tints of Medium Orchid #B452EE

Color information

#B452EE (or 0xB452EE) is unknown color: approx Medium Orchid. HEX triplet: B4, 52 and EE. RGB value is (180,82,238). Sum of RGB (Red+Green+Blue) = 180+82+238=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #B452EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452EE is #4BAD11. Grayscale: #808080. Windows color (decimal): -4959506 or 15618740. OLE color: 15618740.

HSL color Cylindrical-coordinate representation of color #B452EE: hue angle of 277.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B452EE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18082238-
CMYK0.240.6600.07
HSL277.69º82.11%62.75%-
HSV(B)277.69º65.55%93.33%-
XYZ37.2721.9183.15-
YUV129.09189.47164.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 82 (32.42% from 255) = 16.4%
BLUE value IS 238 (93.36% from 255) = 47.6%
R=36%
G=16.4%
B=47.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180822380.240.6600.07277.6982.1162.75
HexB452EE184207116523f
Octal264122356301020742612277
Binary1011010010100101110111011000100001001111000101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452EE; }

 p { color: rgb(180,82,238); }

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

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

 a { background-color: rgb(180,82,238); }

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

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

 span { border-color: rgb(180,82,238); }

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