#B245D0

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

Shades of Medium Orchid #B245D0

Tints of Medium Orchid #B245D0

Color information

#B245D0 (or 0xB245D0) is unknown color: approx Medium Orchid. HEX triplet: B2, 45 and D0. RGB value is (178,69,208). Sum of RGB (Red+Green+Blue) = 178+69+208=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #B245D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245D0 is #4DBA2F. Grayscale: #747474. Windows color (decimal): -5093936 or 13649330. OLE color: 13649330.

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

Color convert

RGB17869208-
CMYK0.140.6700.18
HSL287.05º59.66%54.31%-
HSV(B)287.05º66.83%81.57%-
XYZ31.8718.2861.52-
YUV117.44179.11171.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=39.12%
G=15.16%
B=45.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178692080.140.6700.18287.0559.6654.31
HexB245D0E4301211f3c36
Octal262105320161030224377466
Binary1011001010001011101000011101000011010010100011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B245D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B245D0; }

 p { color: rgb(178,69,208); }

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

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

 a { background-color: rgb(178,69,208); }

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

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

 span { border-color: rgb(178,69,208); }

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