#B753CB

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

Shades of Medium Orchid #B753CB

Tints of Medium Orchid #B753CB

Color information

#B753CB (or 0xB753CB) is unknown color: approx Medium Orchid. HEX triplet: B7, 53 and CB. RGB value is (183,83,203). Sum of RGB (Red+Green+Blue) = 183+83+203=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #B753CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753CB is #48AC34. Grayscale: #7E7E7E. Windows color (decimal): -4762677 or 13325239. OLE color: 13325239.

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

Color convert

RGB18383203-
CMYK0.100.5900.20
HSL290º53.57%56.08%-
HSV(B)290º59.11%79.61%-
XYZ33.420.5758.71-
YUV126.58171.13168.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=39.02%
G=17.70%
B=43.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183832030.100.5900.2029053.5756.08
HexB753CBA3B0141223638
Octal26712331312730244426670
Binary101101111010011110010111010111011010100100100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B753CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B753CB; }

 p { color: rgb(183,83,203); }

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

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

 a { background-color: rgb(183,83,203); }

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

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

 span { border-color: rgb(183,83,203); }

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