#B452D1

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

Shades of Medium Orchid #B452D1

Tints of Medium Orchid #B452D1

Color information

#B452D1 (or 0xB452D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 52 and D1. RGB value is (180,82,209). Sum of RGB (Red+Green+Blue) = 180+82+209=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #B452D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452D1 is #4BAD2E. Grayscale: #7D7D7D. Windows color (decimal): -4959535 or 13718196. OLE color: 13718196.

HSL color Cylindrical-coordinate representation of color #B452D1: hue angle of 286.3º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B452D1 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18082209-
CMYK0.140.6100.18
HSL286.3º57.99%57.06%-
HSV(B)286.3º60.77%81.96%-
XYZ33.3520.3462.49-
YUV125.78174.97166.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=38.22%
G=17.41%
B=44.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180822090.140.6100.18286.357.9957.06
HexB452D1E3D01211e3a39
Octal26412232116750224367271
Binary101101001010010110100011110111101010010100011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452D1; }

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

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

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

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

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

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

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

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