Html Css Color HEX #BE79D6 Medium Orchid

📋 copy color: '#BE79D6'

red 190 ◦ green 121 ◦ blue 214

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

Shades of Medium Orchid #BE79D6

Tints of Medium Orchid #BE79D6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.05%

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 36.19%
G = 23.05%
B = 40.76%

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

#BE79D6 (or 0xBE79D6) is known color: Medium Orchid. HEX triplet: BE, 79 and D6. RGB value is (190,121,214). Sum of RGB (Red+Green+Blue) = 190+121+214=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE79D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79D6 is #418629. Grayscale: #979797. Windows color (decimal): -4294186 or 14055870. OLE color: 14055870.

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

Color convert

RGB 190 121 214 -
CMYK 0.11 0.43 0 0.16
HSL 284.52º 0.53% 0.66% -
HSV(B) 284.52º 0.43% 0.84% -
XYZ 40.21 29.48 67.19 -
YUV 152.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 190 121 214 0.11 0.43 0 0.16 284.52 0.53 0.66
Hex BE 79 D6 B 2B 0 10 11D 35 42
Octal 276 171 326 13 53 0 20 435 65 102
Binary 10111110 1111001 11010110 1011 101011 0 10000 100011101 110101 1000010

Color Harmonies of #BE79D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE79D6

Black with #BE79D6

Text Example


Text Example

White with #BE79D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE79D6; }

 p { color: rgb(190,121,214); }

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

background-color css

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

 a { background-color: rgb(190,121,214); }

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

border-color css

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

 span { border-color: rgb(190,121,214); }

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