#B758CB

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

Shades of Medium Orchid #B758CB

Tints of Medium Orchid #B758CB

Color information

#B758CB (or 0xB758CB) is unknown color: approx Medium Orchid. HEX triplet: B7, 58 and CB. RGB value is (183,88,203). Sum of RGB (Red+Green+Blue) = 183+88+203=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B758CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758CB is #48A734. Grayscale: #818181. Windows color (decimal): -4761397 or 13326519. OLE color: 13326519.

HSL color Cylindrical-coordinate representation of color #B758CB: hue angle of 289.57º 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 #B758CB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18388203-
CMYK0.100.5700.20
HSL289.57º52.51%57.06%-
HSV(B)289.57º56.65%79.61%-
XYZ33.821.3658.84-
YUV129.51169.47166.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 88 (34.77% from 255) = 18.57%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=38.61%
G=18.57%
B=42.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183882030.100.5700.20289.5752.5157.06
HexB758CBA390141223539
Octal26713031312710244426571
Binary101101111011000110010111010111001010100100100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B758CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B758CB; }

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

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

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

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

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

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

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

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