Html Css Color HEX #BE76CF Medium Orchid

📋 copy color: '#BE76CF'

red 190 ◦ green 118 ◦ blue 207

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

Shades of Medium Orchid #BE76CF

Tints of Medium Orchid #BE76CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.91%

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

R = 36.89%
G = 22.91%
B = 40.19%

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

#BE76CF (or 0xBE76CF) is known color: Medium Orchid. HEX triplet: BE, 76 and CF. RGB value is (190,118,207). Sum of RGB (Red+Green+Blue) = 190+118+207=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76CF is #418930. Grayscale: #959595. Windows color (decimal): -4294961 or 13596350. OLE color: 13596350.

HSL color Cylindrical-coordinate representation of color #BE76CF: hue angle of 288.54º 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 #BE76CF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 118 207 -
CMYK 0.08 0.43 0 0.19
HSL 288.54º 0.48% 0.64% -
HSV(B) 288.54º 0.43% 0.81% -
XYZ 38.98 28.41 62.46 -
YUV 149.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 190 118 207 0.08 0.43 0 0.19 288.54 0.48 0.64
Hex BE 76 CF 8 2B 0 13 121 30 40
Octal 276 166 317 10 53 0 23 441 60 100
Binary 10111110 1110110 11001111 1000 101011 0 10011 100100001 110000 1000000

Color Harmonies of #BE76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76CF

Black with #BE76CF

Text Example


Text Example

White with #BE76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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