#B253DE

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

Shades of Medium Orchid #B253DE

Tints of Medium Orchid #B253DE

Color information

#B253DE (or 0xB253DE) is unknown color: approx Medium Orchid. HEX triplet: B2, 53 and DE. RGB value is (178,83,222). Sum of RGB (Red+Green+Blue) = 178+83+222=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #B253DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253DE is #4DAC21. Grayscale: #7E7E7E. Windows color (decimal): -5090338 or 14570418. OLE color: 14570418.

HSL color Cylindrical-coordinate representation of color #B253DE: hue angle of 281.01º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B253DE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17883222-
CMYK0.200.6300.13
HSL281.01º67.8%59.8%-
HSV(B)281.01º62.61%87.06%-
XYZ34.6420.9371.32-
YUV127.25181.47164.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 83 (32.81% from 255) = 17.18%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=36.85%
G=17.18%
B=45.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178832220.200.6300.13281.0167.859.8
HexB253DE143F0D119443c
Octal262123336247701543110474
Binary1011001010100111101111010100111111011011000110011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B253DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B253DE; }

 p { color: rgb(178,83,222); }

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

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

 a { background-color: rgb(178,83,222); }

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

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

 span { border-color: rgb(178,83,222); }

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