#BD65CC

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

Shades of Medium Orchid #BD65CC

Tints of Medium Orchid #BD65CC

Color information

#BD65CC (or 0xBD65CC) is unknown color: approx Medium Orchid. HEX triplet: BD, 65 and CC. RGB value is (189,101,204). Sum of RGB (Red+Green+Blue) = 189+101+204=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65CC is #429A33. Grayscale: #8A8A8A. Windows color (decimal): -4364852 or 13395389. OLE color: 13395389.

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

Color convert

RGB189101204-
CMYK0.070.5000.2
HSL291.26º50.24%59.8%-
HSV(B)291.26º50.49%80%-
XYZ36.5424.4959.93-
YUV139.05164.65163.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=38.26%
G=20.45%
B=41.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891012040.070.5000.2291.2650.2459.8
HexBD65CC732014123323c
Octal2751453147620244436274
Binary10111101110010111001100111110010010100100100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD65CC; }

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

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

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

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

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

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

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

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