Html Css Color HEX #BE76DF Medium Orchid

📋 copy color: '#BE76DF'

red 190 ◦ green 118 ◦ blue 223

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

Shades of Medium Orchid #BE76DF

Tints of Medium Orchid #BE76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 35.78%
G = 22.22%
B = 42%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE76DF (or 0xBE76DF) is known color: Medium Orchid. HEX triplet: BE, 76 and DF. RGB value is (190,118,223). Sum of RGB (Red+Green+Blue) = 190+118+223=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76DF is #418920. Grayscale: #979797. Windows color (decimal): -4294945 or 14644926. OLE color: 14644926.

HSL color Cylindrical-coordinate representation of color #BE76DF: hue angle of 281.14º degrees, saturation: 0.62, 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 #BE76DF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 118 223 -
CMYK 0.15 0.47 0 0.13
HSL 281.14º 0.62% 0.67% -
HSV(B) 281.14º 0.47% 0.87% -
XYZ 41.03 29.23 73.29 -
YUV 151.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 190 118 223 0.15 0.47 0 0.13 281.14 0.62 0.67
Hex BE 76 DF F 2F 0 D 119 3E 43
Octal 276 166 337 17 57 0 15 431 76 103
Binary 10111110 1110110 11011111 1111 101111 0 1101 100011001 111110 1000011

Color Harmonies of #BE76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76DF

Black with #BE76DF

Text Example


Text Example

White with #BE76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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