#B245DC

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

Shades of Medium Orchid #B245DC

Tints of Medium Orchid #B245DC

Color information

#B245DC (or 0xB245DC) is unknown color: approx Medium Orchid. HEX triplet: B2, 45 and DC. RGB value is (178,69,220). Sum of RGB (Red+Green+Blue) = 178+69+220=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #B245DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245DC is #4DBA23. Grayscale: #767676. Windows color (decimal): -5093924 or 14435762. OLE color: 14435762.

HSL color Cylindrical-coordinate representation of color #B245DC: hue angle of 283.31º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B245DC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17869220-
CMYK0.190.6900.14
HSL283.31º68.33%56.67%-
HSV(B)283.31º68.64%86.27%-
XYZ33.4118.8969.6-
YUV118.8185.11170.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 69 (27.34% from 255) = 14.78%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=38.12%
G=14.78%
B=47.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178692200.190.6900.14283.3168.3356.67
HexB245DC13450E11b4439
Octal2621053342310501643310471
Binary10110010100010111011100100111000101011101000110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B245DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B245DC; }

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

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

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

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

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

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

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

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