#B253CA

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

Shades of Medium Orchid #B253CA

Tints of Medium Orchid #B253CA

Color information

#B253CA (or 0xB253CA) is unknown color: approx Medium Orchid. HEX triplet: B2, 53 and CA. RGB value is (178,83,202). Sum of RGB (Red+Green+Blue) = 178+83+202=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #B253CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253CA is #4DAC35. Grayscale: #7C7C7C. Windows color (decimal): -5090358 or 13259698. OLE color: 13259698.

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

Color convert

RGB17883202-
CMYK0.120.5900.21
HSL287.9º52.89%55.88%-
HSV(B)287.9º58.91%79.22%-
XYZ32.1119.9258.03-
YUV124.97171.47165.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 83 (32.81% from 255) = 17.93%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=38.44%
G=17.93%
B=43.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178832020.120.5900.21287.952.8955.88
HexB253CAC3B0151203538
Octal26212331214730254406570
Binary101100101010011110010101100111011010101100100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B253CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B253CA; }

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

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

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

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

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

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

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

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