#BD67E9

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

Shades of Medium Orchid #BD67E9

Tints of Medium Orchid #BD67E9

Color information

#BD67E9 (or 0xBD67E9) is unknown color: approx Medium Orchid. HEX triplet: BD, 67 and E9. RGB value is (189,103,233). Sum of RGB (Red+Green+Blue) = 189+103+233=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD67E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67E9 is #429816. Grayscale: #8F8F8F. Windows color (decimal): -4364311 or 15296445. OLE color: 15296445.

HSL color Cylindrical-coordinate representation of color #BD67E9: hue angle of 279.69º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD67E9 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189103233-
CMYK0.190.5600.09
HSL279.69º74.71%65.88%-
HSV(B)279.69º55.79%91.37%-
XYZ40.5426.480.05-
YUV143.53178.49160.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 103 (40.62% from 255) = 19.62%
BLUE value IS 233 (91.41% from 255) = 44.38%
R=36%
G=19.62%
B=44.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891032330.190.5600.09279.6974.7165.88
HexBD67E91338091184b42
Octal2751473512370011430113102
Binary10111101110011111101001100111110000100110001100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67E9; }

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

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

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

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

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

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

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

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