Html Css Color HEX #BE77DB Medium Orchid

📋 copy color: '#BE77DB'

red 190 ◦ green 119 ◦ blue 219

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

Shades of Medium Orchid #BE77DB

Tints of Medium Orchid #BE77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.54%

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

R = 35.98%
G = 22.54%
B = 41.48%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE77DB (or 0xBE77DB) is known color: Medium Orchid. HEX triplet: BE, 77 and DB. RGB value is (190,119,219). Sum of RGB (Red+Green+Blue) = 190+119+219=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77DB is #418824. Grayscale: #979797. Windows color (decimal): -4294693 or 14383038. OLE color: 14383038.

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

Color convert

RGB 190 119 219 -
CMYK 0.13 0.46 0 0.14
HSL 282.6º 0.58% 0.66% -
HSV(B) 282.6º 0.46% 0.86% -
XYZ 40.62 29.26 70.52 -
YUV 151.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 190 119 219 0.13 0.46 0 0.14 282.6 0.58 0.66
Hex BE 77 DB D 2E 0 E 11B 3A 42
Octal 276 167 333 15 56 0 16 433 72 102
Binary 10111110 1110111 11011011 1101 101110 0 1110 100011011 111010 1000010

Color Harmonies of #BE77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77DB

Black with #BE77DB

Text Example


Text Example

White with #BE77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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