#B756CA

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

Shades of Medium Orchid #B756CA

Tints of Medium Orchid #B756CA

Color information

#B756CA (or 0xB756CA) is unknown color: approx Medium Orchid. HEX triplet: B7, 56 and CA. RGB value is (183,86,202). Sum of RGB (Red+Green+Blue) = 183+86+202=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B756CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756CA is #48A935. Grayscale: #7F7F7F. Windows color (decimal): -4761910 or 13260471. OLE color: 13260471.

HSL color Cylindrical-coordinate representation of color #B756CA: hue angle of 290.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B756CA is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18386202-
CMYK0.090.5700.21
HSL290.17º52.25%56.47%-
HSV(B)290.17º57.43%79.22%-
XYZ33.5220.9958.16-
YUV128.23169.64167.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 86 (33.98% from 255) = 18.26%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=38.85%
G=18.26%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183862020.090.5700.21290.1752.2556.47
HexB756CA9390151223438
Octal26712631211710254426470
Binary101101111010110110010101001111001010101100100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B756CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B756CA; }

 p { color: rgb(183,86,202); }

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

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

 a { background-color: rgb(183,86,202); }

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

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

 span { border-color: rgb(183,86,202); }

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