Html Css Color HEX #BE77DD Medium Orchid

📋 copy color: '#BE77DD'

red 190 ◦ green 119 ◦ blue 221

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

Shades of Medium Orchid #BE77DD

Tints of Medium Orchid #BE77DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 35.85%
G = 22.45%
B = 41.7%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE77DD (or 0xBE77DD) is known color: Medium Orchid. HEX triplet: BE, 77 and DD. RGB value is (190,119,221). Sum of RGB (Red+Green+Blue) = 190+119+221=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77DD is #418822. Grayscale: #979797. Windows color (decimal): -4294691 or 14514110. OLE color: 14514110.

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

Color convert

RGB 190 119 221 -
CMYK 0.14 0.46 0 0.13
HSL 281.76º 0.6% 0.67% -
HSV(B) 281.76º 0.46% 0.87% -
XYZ 40.88 29.36 71.92 -
YUV 151.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 190 119 221 0.14 0.46 0 0.13 281.76 0.6 0.67
Hex BE 77 DD E 2E 0 D 11A 3C 43
Octal 276 167 335 16 56 0 15 432 74 103
Binary 10111110 1110111 11011101 1110 101110 0 1101 100011010 111100 1000011

Color Harmonies of #BE77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77DD

Black with #BE77DD

Text Example


Text Example

White with #BE77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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