#b753dd

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

Shades of Medium Orchid #B753DD

Tints of Medium Orchid #B753DD

Color information

#B753DD (or 0xB753DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 53 and DD. RGB value is (183,83,221). Sum of RGB (Red+Green+Blue) = 183+83+221=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #B753DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753DD is #48AC22. Grayscale: #808080. Windows color (decimal): -4762659 or 14504887. OLE color: 14504887.

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

Color convert

RGB18383221-
CMYK0.170.6200.13
HSL283.48º66.99%59.61%-
HSV(B)283.48º62.44%86.67%-
XYZ35.6721.4770.67-
YUV128.63180.13166.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 83 (32.81% from 255) = 17.04%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=37.58%
G=17.04%
B=45.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183832210.170.6200.13283.4866.9959.61
HexB753DD113E0D11b433c
Octal267123335217601543310374
Binary1011011110100111101110110001111110011011000110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b753dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b753dd; }

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

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

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

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

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

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

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

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