Html Css Color HEX #BE48DB Medium Orchid

📋 copy color: '#BE48DB'

red 190 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #BE48DB

Tints of Medium Orchid #BE48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.97%

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

R = 39.5%
G = 14.97%
B = 45.53%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE48DB (or 0xBE48DB) is known color: Medium Orchid. HEX triplet: BE, 48 and DB. RGB value is (190,72,219). Sum of RGB (Red+Green+Blue) = 190+72+219=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48DB is #41B724. Grayscale: #7B7B7B. Windows color (decimal): -4306725 or 14371006. OLE color: 14371006.

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

Color convert

RGB 190 72 219 -
CMYK 0.13 0.67 0 0.14
HSL 288.16º 0.67% 0.57% -
HSV(B) 288.16º 0.67% 0.86% -
XYZ 36.34 20.7 69.1 -
YUV 124.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 190 72 219 0.13 0.67 0 0.14 288.16 0.67 0.57
Hex BE 48 DB D 43 0 E 120 43 39
Octal 276 110 333 15 103 0 16 440 103 71
Binary 10111110 1001000 11011011 1101 1000011 0 1110 100100000 1000011 111001

Color Harmonies of #BE48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48DB

Black with #BE48DB

Text Example


Text Example

White with #BE48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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