#BD75CC

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

Shades of Medium Orchid #BD75CC

Tints of Medium Orchid #BD75CC

Color information

#BD75CC (or 0xBD75CC) is unknown color: approx Medium Orchid. HEX triplet: BD, 75 and CC. RGB value is (189,117,204). Sum of RGB (Red+Green+Blue) = 189+117+204=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75CC is #428A33. Grayscale: #949494. Windows color (decimal): -4360756 or 13399485. OLE color: 13399485.

HSL color Cylindrical-coordinate representation of color #BD75CC: hue angle of 289.66º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD75CC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189117204-
CMYK0.070.4300.2
HSL289.66º46.03%62.94%-
HSV(B)289.66º42.65%80%-
XYZ38.2527.960.5-
YUV148.45159.35156.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 204 (80.08% from 255) = 40%
R=37.06%
G=22.94%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891172040.070.4300.2289.6646.0362.94
HexBD75CC72B0141222e3f
Octal2751653147530244425677
Binary10111101111010111001100111101011010100100100010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75CC; }

 p { color: rgb(189,117,204); }

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

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

 a { background-color: rgb(189,117,204); }

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

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

 span { border-color: rgb(189,117,204); }

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