#b754d3

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

Shades of Medium Orchid #B754D3

Tints of Medium Orchid #B754D3

Color information

#B754D3 (or 0xB754D3) is unknown color: approx Medium Orchid. HEX triplet: B7, 54 and D3. RGB value is (183,84,211). Sum of RGB (Red+Green+Blue) = 183+84+211=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #B754D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754D3 is #48AB2C. Grayscale: #7F7F7F. Windows color (decimal): -4762413 or 13849783. OLE color: 13849783.

HSL color Cylindrical-coordinate representation of color #B754D3: hue angle of 286.77º degrees, saturation: 0.59, 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 #B754D3 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18384211-
CMYK0.130.6000.17
HSL286.77º59.07%57.84%-
HSV(B)286.77º60.19%82.75%-
XYZ34.4621.1163.89-
YUV128.08174.8167.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 84 (33.20% from 255) = 17.57%
BLUE value IS 211 (82.81% from 255) = 44.14%
R=38.28%
G=17.57%
B=44.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal183842110.130.6000.17286.7759.0757.84
HexB754D3D3C01111f3b3a
Octal26712432315740214377372
Binary101101111010100110100111101111100010001100011111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b754d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b754d3; }

 p { color: rgb(183,84,211); }

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

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

 a { background-color: rgb(183,84,211); }

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

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

 span { border-color: rgb(183,84,211); }

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