Html Css Color HEX #BE7AD5 Medium Orchid

📋 copy color: '#BE7AD5'

red 190 ◦ green 122 ◦ blue 213

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

Shades of Medium Orchid #BE7AD5

Tints of Medium Orchid #BE7AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 36.19%
G = 23.24%
B = 40.57%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE7AD5 (or 0xBE7AD5) is known color: Medium Orchid. HEX triplet: BE, 7A and D5. RGB value is (190,122,213). Sum of RGB (Red+Green+Blue) = 190+122+213=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7AD5 is #41852A. Grayscale: #989898. Windows color (decimal): -4293931 or 13990590. OLE color: 13990590.

HSL color Cylindrical-coordinate representation of color #BE7AD5: hue angle of 284.84º degrees, saturation: 0.52, 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 #BE7AD5 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 122 213 -
CMYK 0.11 0.43 0 0.16
HSL 284.84º 0.52% 0.66% -
HSV(B) 284.84º 0.43% 0.84% -
XYZ 40.2 29.67 66.56 -
YUV 152.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 190 122 213 0.11 0.43 0 0.16 284.84 0.52 0.66
Hex BE 7A D5 B 2B 0 10 11D 34 42
Octal 276 172 325 13 53 0 20 435 64 102
Binary 10111110 1111010 11010101 1011 101011 0 10000 100011101 110100 1000010

Color Harmonies of #BE7AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AD5

Black with #BE7AD5

Text Example


Text Example

White with #BE7AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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