#BD67C9

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

Shades of Medium Orchid #BD67C9

Tints of Medium Orchid #BD67C9

Color information

#BD67C9 (or 0xBD67C9) is unknown color: approx Medium Orchid. HEX triplet: BD, 67 and C9. RGB value is (189,103,201). Sum of RGB (Red+Green+Blue) = 189+103+201=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67C9 is #429836. Grayscale: #8B8B8B. Windows color (decimal): -4364343 or 13199293. OLE color: 13199293.

HSL color Cylindrical-coordinate representation of color #BD67C9: hue angle of 292.65º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD67C9 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189103201-
CMYK0.060.4900.21
HSL292.65º47.57%59.61%-
HSV(B)292.65º48.76%78.82%-
XYZ36.3824.7458.12-
YUV139.89162.49163.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 103 (40.62% from 255) = 20.89%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=38.34%
G=20.89%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891032010.060.4900.21292.6547.5759.61
HexBD67C9631015125303c
Octal2751473116610254456074
Binary10111101110011111001001110110001010101100100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67C9; }

 p { color: rgb(189,103,201); }

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

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

 a { background-color: rgb(189,103,201); }

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

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

 span { border-color: rgb(189,103,201); }

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