Html Css Color HEX #BE7ADB Medium Orchid

📋 copy color: '#BE7ADB'

red 190 ◦ green 122 ◦ blue 219

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

Shades of Medium Orchid #BE7ADB

Tints of Medium Orchid #BE7ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 35.78%
G = 22.98%
B = 41.24%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE7ADB (or 0xBE7ADB) is known color: Medium Orchid. HEX triplet: BE, 7A and DB. RGB value is (190,122,219). Sum of RGB (Red+Green+Blue) = 190+122+219=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ADB is #418524. Grayscale: #999999. Windows color (decimal): -4293925 or 14383806. OLE color: 14383806.

HSL color Cylindrical-coordinate representation of color #BE7ADB: hue angle of 282.06º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7ADB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 122 219 -
CMYK 0.13 0.44 0 0.14
HSL 282.06º 0.57% 0.67% -
HSV(B) 282.06º 0.44% 0.86% -
XYZ 40.98 29.98 70.64 -
YUV 153.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 190 122 219 0.13 0.44 0 0.14 282.06 0.57 0.67
Hex BE 7A DB D 2C 0 E 11A 39 43
Octal 276 172 333 15 54 0 16 432 71 103
Binary 10111110 1111010 11011011 1101 101100 0 1110 100011010 111001 1000011

Color Harmonies of #BE7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7ADB

Black with #BE7ADB

Text Example


Text Example

White with #BE7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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