#B755D4

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

Shades of Medium Orchid #B755D4

Tints of Medium Orchid #B755D4

Color information

#B755D4 (or 0xB755D4) is unknown color: approx Medium Orchid. HEX triplet: B7, 55 and D4. RGB value is (183,85,212). Sum of RGB (Red+Green+Blue) = 183+85+212=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #B755D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755D4 is #48AA2B. Grayscale: #808080. Windows color (decimal): -4762156 or 13915575. OLE color: 13915575.

HSL color Cylindrical-coordinate representation of color #B755D4: hue angle of 286.3º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B755D4 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18385212-
CMYK0.140.6000.17
HSL286.3º59.62%58.24%-
HSV(B)286.3º59.91%83.14%-
XYZ34.6621.3264.58-
YUV128.78174.97166.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 85 (33.59% from 255) = 17.71%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=38.12%
G=17.71%
B=44.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal183852120.140.6000.17286.359.6258.24
HexB755D4E3C01111e3c3a
Octal26712532416740214367472
Binary101101111010101110101001110111100010001100011110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755D4; }

 p { color: rgb(183,85,212); }

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

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

 a { background-color: rgb(183,85,212); }

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

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

 span { border-color: rgb(183,85,212); }

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