Html Css Color HEX #BE46DB Medium Orchid

📋 copy color: '#BE46DB'

red 190 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #BE46DB

Tints of Medium Orchid #BE46DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.61%

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

R = 39.67%
G = 14.61%
B = 45.72%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE46DB (or 0xBE46DB) is known color: Medium Orchid. HEX triplet: BE, 46 and DB. RGB value is (190,70,219). Sum of RGB (Red+Green+Blue) = 190+70+219=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46DB is #41B924. Grayscale: #7A7A7A. Windows color (decimal): -4307237 or 14370494. OLE color: 14370494.

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

Color convert

RGB 190 70 219 -
CMYK 0.13 0.68 0 0.14
HSL 288.32º 0.67% 0.57% -
HSV(B) 288.32º 0.68% 0.86% -
XYZ 36.21 20.44 69.05 -
YUV 122.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 190 70 219 0.13 0.68 0 0.14 288.32 0.67 0.57
Hex BE 46 DB D 44 0 E 120 43 39
Octal 276 106 333 15 104 0 16 440 103 71
Binary 10111110 1000110 11011011 1101 1000100 0 1110 100100000 1000011 111001

Color Harmonies of #BE46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46DB

Black with #BE46DB

Text Example


Text Example

White with #BE46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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