#B75CCD

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

Shades of Medium Orchid #B75CCD

Tints of Medium Orchid #B75CCD

Color information

#B75CCD (or 0xB75CCD) is unknown color: approx Medium Orchid. HEX triplet: B7, 5C and CD. RGB value is (183,92,205). Sum of RGB (Red+Green+Blue) = 183+92+205=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #B75CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CCD is #48A332. Grayscale: #838383. Windows color (decimal): -4760371 or 13458615. OLE color: 13458615.

HSL color Cylindrical-coordinate representation of color #B75CCD: hue angle of 288.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75CCD is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18392205-
CMYK0.110.5500.20
HSL288.32º53.05%58.24%-
HSV(B)288.32º55.12%80.39%-
XYZ34.3822.1360.22-
YUV132.09169.15164.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=38.12%
G=19.17%
B=42.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183922050.110.5500.20288.3253.0558.24
HexB75CCDB37014120353a
Octal26713431513670244406572
Binary101101111011100110011011011110111010100100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CCD; }

 p { color: rgb(183,92,205); }

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

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

 a { background-color: rgb(183,92,205); }

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

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

 span { border-color: rgb(183,92,205); }

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