#B75DCB

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

Shades of Medium Orchid #B75DCB

Tints of Medium Orchid #B75DCB

Color information

#B75DCB (or 0xB75DCB) is unknown color: approx Medium Orchid. HEX triplet: B7, 5D and CB. RGB value is (183,93,203). Sum of RGB (Red+Green+Blue) = 183+93+203=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B75DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DCB is #48A234. Grayscale: #848484. Windows color (decimal): -4760117 or 13327799. OLE color: 13327799.

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

Color convert

RGB18393203-
CMYK0.100.5400.20
HSL289.09º51.4%58.04%-
HSV(B)289.09º54.19%79.61%-
XYZ34.2222.2158.98-
YUV132.45167.82164.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=38.20%
G=19.42%
B=42.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183932030.100.5400.20289.0951.458.04
HexB75DCBA36014121333a
Octal26713531312660244416372
Binary101101111011101110010111010110110010100100100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DCB; }

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

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

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

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

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

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

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

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