Html Css Color HEX #BE76E7 Medium Orchid

📋 copy color: '#BE76E7'

red 190 ◦ green 118 ◦ blue 231

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

Shades of Medium Orchid #BE76E7

Tints of Medium Orchid #BE76E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 35.25%
G = 21.89%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE76E7 (or 0xBE76E7) is known color: Medium Orchid. HEX triplet: BE, 76 and E7. RGB value is (190,118,231). Sum of RGB (Red+Green+Blue) = 190+118+231=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE76E7 is #418918. Grayscale: #989898. Windows color (decimal): -4294937 or 15169214. OLE color: 15169214.

HSL color Cylindrical-coordinate representation of color #BE76E7: hue angle of 278.23º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE76E7 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 118 231 -
CMYK 0.18 0.49 0 0.09
HSL 278.23º 0.7% 0.68% -
HSV(B) 278.23º 0.49% 0.91% -
XYZ 42.14 29.67 79.11 -
YUV 152.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 190 118 231 0.18 0.49 0 0.09 278.23 0.7 0.68
Hex BE 76 E7 12 31 0 9 116 46 44
Octal 276 166 347 22 61 0 11 426 106 104
Binary 10111110 1110110 11100111 10010 110001 0 1001 100010110 1000110 1000100

Color Harmonies of #BE76E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76E7

Black with #BE76E7

Text Example


Text Example

White with #BE76E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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