Html Css Color HEX #BE74DB Medium Orchid

📋 copy color: '#BE74DB'

red 190 ◦ green 116 ◦ blue 219

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

Shades of Medium Orchid #BE74DB

Tints of Medium Orchid #BE74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.1%

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

R = 36.19%
G = 22.1%
B = 41.71%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE74DB (or 0xBE74DB) is known color: Medium Orchid. HEX triplet: BE, 74 and DB. RGB value is (190,116,219). Sum of RGB (Red+Green+Blue) = 190+116+219=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74DB is #418B24. Grayscale: #959595. Windows color (decimal): -4295461 or 14382270. OLE color: 14382270.

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

Color convert

RGB 190 116 219 -
CMYK 0.13 0.47 0 0.14
HSL 283.11º 0.59% 0.66% -
HSV(B) 283.11º 0.47% 0.86% -
XYZ 40.27 28.55 70.41 -
YUV 149.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 190 116 219 0.13 0.47 0 0.14 283.11 0.59 0.66
Hex BE 74 DB D 2F 0 E 11B 3B 42
Octal 276 164 333 15 57 0 16 433 73 102
Binary 10111110 1110100 11011011 1101 101111 0 1110 100011011 111011 1000010

Color Harmonies of #BE74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74DB

Black with #BE74DB

Text Example


Text Example

White with #BE74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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