Html Css Color HEX #BE77CF Medium Orchid

📋 copy color: '#BE77CF'

red 190 ◦ green 119 ◦ blue 207

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

Shades of Medium Orchid #BE77CF

Tints of Medium Orchid #BE77CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 36.82%
G = 23.06%
B = 40.12%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE77CF (or 0xBE77CF) is known color: Medium Orchid. HEX triplet: BE, 77 and CF. RGB value is (190,119,207). Sum of RGB (Red+Green+Blue) = 190+119+207=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77CF is #418830. Grayscale: #959595. Windows color (decimal): -4294705 or 13596606. OLE color: 13596606.

HSL color Cylindrical-coordinate representation of color #BE77CF: hue angle of 288.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE77CF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 119 207 -
CMYK 0.08 0.43 0 0.19
HSL 288.41º 0.48% 0.64% -
HSV(B) 288.41º 0.43% 0.81% -
XYZ 39.09 28.65 62.5 -
YUV 150.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 190 119 207 0.08 0.43 0 0.19 288.41 0.48 0.64
Hex BE 77 CF 8 2B 0 13 120 30 40
Octal 276 167 317 10 53 0 23 440 60 100
Binary 10111110 1110111 11001111 1000 101011 0 10011 100100000 110000 1000000

Color Harmonies of #BE77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77CF

Black with #BE77CF

Text Example


Text Example

White with #BE77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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