Html Css Color HEX #BE76DE Medium Orchid

📋 copy color: '#BE76DE'

red 190 ◦ green 118 ◦ blue 222

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

Shades of Medium Orchid #BE76DE

Tints of Medium Orchid #BE76DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 35.85%
G = 22.26%
B = 41.89%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE76DE (or 0xBE76DE) is known color: Medium Orchid. HEX triplet: BE, 76 and DE. RGB value is (190,118,222). Sum of RGB (Red+Green+Blue) = 190+118+222=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76DE is #418921. Grayscale: #979797. Windows color (decimal): -4294946 or 14579390. OLE color: 14579390.

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

Color convert

RGB 190 118 222 -
CMYK 0.14 0.47 0 0.13
HSL 281.54º 0.61% 0.67% -
HSV(B) 281.54º 0.47% 0.87% -
XYZ 40.9 29.18 72.58 -
YUV 151.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 190 118 222 0.14 0.47 0 0.13 281.54 0.61 0.67
Hex BE 76 DE E 2F 0 D 11A 3D 43
Octal 276 166 336 16 57 0 15 432 75 103
Binary 10111110 1110110 11011110 1110 101111 0 1101 100011010 111101 1000011

Color Harmonies of #BE76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76DE

Black with #BE76DE

Text Example


Text Example

White with #BE76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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