Html Css Color HEX #BE76DB Medium Orchid

📋 copy color: '#BE76DB'

red 190 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #BE76DB

Tints of Medium Orchid #BE76DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 36.05%
G = 22.39%
B = 41.56%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE76DB (or 0xBE76DB) is known color: Medium Orchid. HEX triplet: BE, 76 and DB. RGB value is (190,118,219). Sum of RGB (Red+Green+Blue) = 190+118+219=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76DB is #418924. Grayscale: #969696. Windows color (decimal): -4294949 or 14382782. OLE color: 14382782.

HSL color Cylindrical-coordinate representation of color #BE76DB: hue angle of 282.77º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE76DB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 118 219 -
CMYK 0.13 0.46 0 0.14
HSL 282.77º 0.58% 0.66% -
HSV(B) 282.77º 0.46% 0.86% -
XYZ 40.5 29.02 70.48 -
YUV 151.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 190 118 219 0.13 0.46 0 0.14 282.77 0.58 0.66
Hex BE 76 DB D 2E 0 E 11B 3A 42
Octal 276 166 333 15 56 0 16 433 72 102
Binary 10111110 1110110 11011011 1101 101110 0 1110 100011011 111010 1000010

Color Harmonies of #BE76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76DB

Black with #BE76DB

Text Example


Text Example

White with #BE76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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