#B253CD

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

Shades of Medium Orchid #B253CD

Tints of Medium Orchid #B253CD

Color information

#B253CD (or 0xB253CD) is unknown color: approx Medium Orchid. HEX triplet: B2, 53 and CD. RGB value is (178,83,205). Sum of RGB (Red+Green+Blue) = 178+83+205=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #B253CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253CD is #4DAC32. Grayscale: #7C7C7C. Windows color (decimal): -5090355 or 13456306. OLE color: 13456306.

HSL color Cylindrical-coordinate representation of color #B253CD: hue angle of 286.72º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B253CD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17883205-
CMYK0.130.6000.20
HSL286.72º54.95%56.47%-
HSV(B)286.72º59.51%80.39%-
XYZ32.4720.0659.92-
YUV125.31172.97165.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 83 (32.81% from 255) = 17.81%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=38.20%
G=17.81%
B=43.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178832050.130.6000.20286.7254.9556.47
HexB253CDD3C01411f3738
Octal26212331515740244376770
Binary101100101010011110011011101111100010100100011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B253CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B253CD; }

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

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

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

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

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

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

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

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