#B750C8

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

Shades of Medium Orchid #B750C8

Tints of Medium Orchid #B750C8

Color information

#B750C8 (or 0xB750C8) is unknown color: approx Medium Orchid. HEX triplet: B7, 50 and C8. RGB value is (183,80,200). Sum of RGB (Red+Green+Blue) = 183+80+200=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #B750C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750C8 is #48AF37. Grayscale: #7C7C7C. Windows color (decimal): -4763448 or 13127863. OLE color: 13127863.

HSL color Cylindrical-coordinate representation of color #B750C8: hue angle of 291.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B750C8 is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18380200-
CMYK0.080.600.22
HSL291.5º52.17%54.9%-
HSV(B)291.5º60%78.43%-
XYZ32.8219.9756.77-
YUV124.48170.62169.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.52%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=39.52%
G=17.28%
B=43.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183802000.080.600.22291.552.1754.9
HexB750C883C0161243437
Octal26712031010740264446467
Binary101101111010000110010001000111100010110100100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750C8; }

 p { color: rgb(183,80,200); }

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

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

 a { background-color: rgb(183,80,200); }

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

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

 span { border-color: rgb(183,80,200); }

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