#BE67D7

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

Shades of Medium Orchid #BE67D7

Tints of Medium Orchid #BE67D7

Color information

#BE67D7 (or 0xBE67D7) is unknown color: approx Medium Orchid. HEX triplet: BE, 67 and D7. RGB value is (190,103,215). Sum of RGB (Red+Green+Blue) = 190+103+215=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE67D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67D7 is #419828. Grayscale: #8D8D8D. Windows color (decimal): -4298793 or 14116798. OLE color: 14116798.

HSL color Cylindrical-coordinate representation of color #BE67D7: hue angle of 286.61º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE67D7 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190103215-
CMYK0.120.5200.16
HSL286.61º58.33%62.35%-
HSV(B)286.61º52.09%84.31%-
XYZ38.3525.5567.2-
YUV141.78169.32162.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 103 (40.62% from 255) = 20.28%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=37.40%
G=20.28%
B=42.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901032150.120.5200.16286.6158.3362.35
HexBE67D7C3401011f3a3e
Octal27614732714640204377276
Binary101111101100111110101111100110100010000100011111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67D7; }

 p { color: rgb(190,103,215); }

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

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

 a { background-color: rgb(190,103,215); }

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

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

 span { border-color: rgb(190,103,215); }

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