#B452DF

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

Shades of Medium Orchid #B452DF

Tints of Medium Orchid #B452DF

Color information

#B452DF (or 0xB452DF) is unknown color: approx Medium Orchid. HEX triplet: B4, 52 and DF. RGB value is (180,82,223). Sum of RGB (Red+Green+Blue) = 180+82+223=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B452DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452DF is #4BAD20. Grayscale: #7E7E7E. Windows color (decimal): -4959521 or 14635700. OLE color: 14635700.

HSL color Cylindrical-coordinate representation of color #B452DF: hue angle of 281.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B452DF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18082223-
CMYK0.190.6300.13
HSL281.7º68.78%59.8%-
HSV(B)281.7º63.23%87.45%-
XYZ35.1621.0772.03-
YUV127.38181.97165.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 82 (32.42% from 255) = 16.91%
BLUE value IS 223 (87.5% from 255) = 45.98%
R=37.11%
G=16.91%
B=45.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180822230.190.6300.13281.768.7859.8
HexB452DF133F0D11a453c
Octal264122337237701543210574
Binary1011010010100101101111110011111111011011000110101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452DF; }

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

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

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

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

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

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

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

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