Html Css Color HEX #BE2CDB Medium Orchid

📋 copy color: '#BE2CDB'

red 190 ◦ green 44 ◦ blue 219

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

Shades of Medium Orchid #BE2CDB

Tints of Medium Orchid #BE2CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.71%

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

R = 41.94%
G = 9.71%
B = 48.34%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE2CDB (or 0xBE2CDB) is known color: Medium Orchid. HEX triplet: BE, 2C and DB. RGB value is (190,44,219). Sum of RGB (Red+Green+Blue) = 190+44+219=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CDB is #41D324. Grayscale: #6B6B6B. Windows color (decimal): -4313893 or 14363838. OLE color: 14363838.

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

Color convert

RGB 190 44 219 -
CMYK 0.13 0.80 0 0.14
HSL 290.06º 0.71% 0.52% -
HSV(B) 290.06º 0.8% 0.86% -
XYZ 34.92 17.86 68.63 -
YUV 107.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 190 44 219 0.13 0.80 0 0.14 290.06 0.71 0.52
Hex BE 2C DB D 50 0 E 122 47 34
Octal 276 54 333 15 120 0 16 442 107 64
Binary 10111110 101100 11011011 1101 1010000 0 1110 100100010 1000111 110100

Color Harmonies of #BE2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CDB

Black with #BE2CDB

Text Example


Text Example

White with #BE2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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