#b245d9

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

Shades of Medium Orchid #B245D9

Tints of Medium Orchid #B245D9

Color information

#B245D9 (or 0xB245D9) is unknown color: approx Medium Orchid. HEX triplet: B2, 45 and D9. RGB value is (178,69,217). Sum of RGB (Red+Green+Blue) = 178+69+217=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #B245D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245D9 is #4DBA26. Grayscale: #757575. Windows color (decimal): -5093927 or 14239154. OLE color: 14239154.

HSL color Cylindrical-coordinate representation of color #B245D9: hue angle of 284.19º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B245D9 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17869217-
CMYK0.180.6800.15
HSL284.19º66.07%56.08%-
HSV(B)284.19º68.2%85.1%-
XYZ33.0118.7367.52-
YUV118.46183.61170.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 69 (27.34% from 255) = 14.87%
BLUE value IS 217 (85.16% from 255) = 46.77%
R=38.36%
G=14.87%
B=46.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178692170.180.6800.15284.1966.0756.08
HexB245D912440F11c4238
Octal2621053312210401743410270
Binary10110010100010111011001100101000100011111000111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b245d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b245d9; }

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

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

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

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

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

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

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

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