Html Css Color HEX #BE4BDB Medium Orchid

📋 copy color: '#BE4BDB'

red 190 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #BE4BDB

Tints of Medium Orchid #BE4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.5%

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

R = 39.26%
G = 15.5%
B = 45.25%

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

#BE4BDB (or 0xBE4BDB) is known color: Medium Orchid. HEX triplet: BE, 4B and DB. RGB value is (190,75,219). Sum of RGB (Red+Green+Blue) = 190+75+219=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BDB is #41B424. Grayscale: #7D7D7D. Windows color (decimal): -4305957 or 14371774. OLE color: 14371774.

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

Color convert

RGB 190 75 219 -
CMYK 0.13 0.66 0 0.14
HSL 287.92º 0.67% 0.58% -
HSV(B) 287.92º 0.66% 0.86% -
XYZ 36.54 21.09 69.16 -
YUV 125.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 190 75 219 0.13 0.66 0 0.14 287.92 0.67 0.58
Hex BE 4B DB D 42 0 E 120 43 3A
Octal 276 113 333 15 102 0 16 440 103 72
Binary 10111110 1001011 11011011 1101 1000010 0 1110 100100000 1000011 111010

Color Harmonies of #BE4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BDB

Black with #BE4BDB

Text Example


Text Example

White with #BE4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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