#B452DA

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

Shades of Medium Orchid #B452DA

Tints of Medium Orchid #B452DA

Color information

#B452DA (or 0xB452DA) is unknown color: approx Medium Orchid. HEX triplet: B4, 52 and DA. RGB value is (180,82,218). Sum of RGB (Red+Green+Blue) = 180+82+218=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #B452DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452DA is #4BAD25. Grayscale: #7E7E7E. Windows color (decimal): -4959526 or 14308020. OLE color: 14308020.

HSL color Cylindrical-coordinate representation of color #B452DA: hue angle of 283.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B452DA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18082218-
CMYK0.170.6200.15
HSL283.24º64.76%58.82%-
HSV(B)283.24º62.39%85.49%-
XYZ34.4920.868.53-
YUV126.81179.47165.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=37.5%
G=17.08%
B=45.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180822180.170.6200.15283.2464.7658.82
HexB452DA113E0F11b413b
Octal264122332217601743310173
Binary1011010010100101101101010001111110011111000110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452DA; }

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

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

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

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

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

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

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

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