Html Css Color HEX #BE7AD7 Medium Orchid

📋 copy color: '#BE7AD7'

red 190 ◦ green 122 ◦ blue 215

#BE7AD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BE7AD7

Tints of Medium Orchid #BE7AD7

RGB

 RED value IS 190 (74.61% from 255) = 36.05%

 GREEN value IS 122 (48.05% from 255) = 23.15%

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 36.05%
G = 23.15%
B = 40.8%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE7AD7 (or 0xBE7AD7) is known color: Medium Orchid. HEX triplet: BE, 7A and D7. RGB value is (190,122,215). Sum of RGB (Red+Green+Blue) = 190+122+215=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE7AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7AD7 is #418528. Grayscale: #989898. Windows color (decimal): -4293929 or 14121662. OLE color: 14121662.

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

Color convert

RGB 190 122 215 -
CMYK 0.12 0.43 0 0.16
HSL 283.87º 0.54% 0.66% -
HSV(B) 283.87º 0.43% 0.84% -
XYZ 40.46 29.77 67.9 -
YUV 152.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 190 122 215 0.12 0.43 0 0.16 283.87 0.54 0.66
Hex BE 7A D7 C 2B 0 10 11C 36 42
Octal 276 172 327 14 53 0 20 434 66 102
Binary 10111110 1111010 11010111 1100 101011 0 10000 100011100 110110 1000010

Color Harmonies of #BE7AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AD7

Black with #BE7AD7

Text Example


Text Example

White with #BE7AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AD7; }

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

 H1.HeaderClassName
 {
   color: #BE7AD7;
 }
 .AnyTagClassName
 {
   color: #BE7AD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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