Html Css Color HEX #BE4ADB Medium Orchid

📋 copy color: '#BE4ADB'

red 190 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #BE4ADB

Tints of Medium Orchid #BE4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.32%

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

R = 39.34%
G = 15.32%
B = 45.34%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE4ADB (or 0xBE4ADB) is known color: Medium Orchid. HEX triplet: BE, 4A and DB. RGB value is (190,74,219). Sum of RGB (Red+Green+Blue) = 190+74+219=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ADB is #41B524. Grayscale: #7C7C7C. Windows color (decimal): -4306213 or 14371518. OLE color: 14371518.

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

Color convert

RGB 190 74 219 -
CMYK 0.13 0.66 0 0.14
HSL 288º 0.67% 0.57% -
HSV(B) 288º 0.66% 0.86% -
XYZ 36.47 20.96 69.14 -
YUV 125.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 190 74 219 0.13 0.66 0 0.14 288 0.67 0.57
Hex BE 4A DB D 42 0 E 120 43 39
Octal 276 112 333 15 102 0 16 440 103 71
Binary 10111110 1001010 11011011 1101 1000010 0 1110 100100000 1000011 111001

Color Harmonies of #BE4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4ADB

Black with #BE4ADB

Text Example


Text Example

White with #BE4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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