#B758CC

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

Shades of Medium Orchid #B758CC

Tints of Medium Orchid #B758CC

Color information

#B758CC (or 0xB758CC) is unknown color: approx Medium Orchid. HEX triplet: B7, 58 and CC. RGB value is (183,88,204). Sum of RGB (Red+Green+Blue) = 183+88+204=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #B758CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758CC is #48A733. Grayscale: #818181. Windows color (decimal): -4761396 or 13392055. OLE color: 13392055.

HSL color Cylindrical-coordinate representation of color #B758CC: hue angle of 289.14º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B758CC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18388204-
CMYK0.100.5700.2
HSL289.14º53.21%57.25%-
HSV(B)289.14º56.86%80%-
XYZ33.9221.4159.47-
YUV129.63169.97166.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=38.53%
G=18.53%
B=42.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183882040.100.5700.2289.1453.2157.25
HexB758CCA390141213539
Octal26713031412710244416571
Binary101101111011000110011001010111001010100100100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B758CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B758CC; }

 p { color: rgb(183,88,204); }

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

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

 a { background-color: rgb(183,88,204); }

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

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

 span { border-color: rgb(183,88,204); }

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