#B244CE

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

Shades of Medium Orchid #B244CE

Tints of Medium Orchid #B244CE

Color information

#B244CE (or 0xB244CE) is unknown color: approx Medium Orchid. HEX triplet: B2, 44 and CE. RGB value is (178,68,206). Sum of RGB (Red+Green+Blue) = 178+68+206=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #B244CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244CE is #4DBB31. Grayscale: #747474. Windows color (decimal): -5094194 or 13518002. OLE color: 13518002.

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

Color convert

RGB17868206-
CMYK0.140.6700.19
HSL287.83º58.47%53.73%-
HSV(B)287.83º66.99%80.78%-
XYZ31.5718.0660.21-
YUV116.62178.44171.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 68 (26.95% from 255) = 15.04%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=39.38%
G=15.04%
B=45.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178682060.140.6700.19287.8358.4753.73
HexB244CEE430131203a36
Octal262104316161030234407266
Binary1011001010001001100111011101000011010011100100000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B244CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B244CE; }

 p { color: rgb(178,68,206); }

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

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

 a { background-color: rgb(178,68,206); }

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

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

 span { border-color: rgb(178,68,206); }

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