Html Css Color HEX #BE5FDB Medium Orchid

📋 copy color: '#BE5FDB'

red 190 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #BE5FDB

Tints of Medium Orchid #BE5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.85%

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

R = 37.7%
G = 18.85%
B = 43.45%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE5FDB (or 0xBE5FDB) is known color: Medium Orchid. HEX triplet: BE, 5F and DB. RGB value is (190,95,219). Sum of RGB (Red+Green+Blue) = 190+95+219=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FDB is #41A024. Grayscale: #898989. Windows color (decimal): -4300837 or 14376894. OLE color: 14376894.

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

Color convert

RGB 190 95 219 -
CMYK 0.13 0.57 0 0.14
HSL 285.97º 0.63% 0.62% -
HSV(B) 285.97º 0.57% 0.86% -
XYZ 38.11 24.25 69.69 -
YUV 137.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 190 95 219 0.13 0.57 0 0.14 285.97 0.63 0.62
Hex BE 5F DB D 39 0 E 11E 3F 3E
Octal 276 137 333 15 71 0 16 436 77 76
Binary 10111110 1011111 11011011 1101 111001 0 1110 100011110 111111 111110

Color Harmonies of #BE5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FDB

Black with #BE5FDB

Text Example


Text Example

White with #BE5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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