#B244CB

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

Shades of Medium Orchid #B244CB

Tints of Medium Orchid #B244CB

Color information

#B244CB (or 0xB244CB) is unknown color: approx Medium Orchid. HEX triplet: B2, 44 and CB. RGB value is (178,68,203). Sum of RGB (Red+Green+Blue) = 178+68+203=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B244CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244CB is #4DBB34. Grayscale: #737373. Windows color (decimal): -5094197 or 13321394. OLE color: 13321394.

HSL color Cylindrical-coordinate representation of color #B244CB: hue angle of 288.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B244CB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17868203-
CMYK0.120.6700.20
HSL288.89º56.49%53.14%-
HSV(B)288.89º66.5%79.61%-
XYZ31.2117.9158.31-
YUV116.28176.94172.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 68 (26.95% from 255) = 15.14%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=39.64%
G=15.14%
B=45.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178682030.120.6700.20288.8956.4953.14
HexB244CBC430141213835
Octal262104313141030244417065
Binary1011001010001001100101111001000011010100100100001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B244CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B244CB; }

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

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

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

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

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

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

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

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