Html Css Color HEX #BE38DC Medium Orchid

📋 copy color: '#BE38DC'

red 190 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #BE38DC

Tints of Medium Orchid #BE38DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.02%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 40.77%
G = 12.02%
B = 47.21%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE38DC (or 0xBE38DC) is known color: Medium Orchid. HEX triplet: BE, 38 and DC. RGB value is (190,56,220). Sum of RGB (Red+Green+Blue) = 190+56+220=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38DC is #41C723. Grayscale: #727272. Windows color (decimal): -4310820 or 14432446. OLE color: 14432446.

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

Color convert

RGB 190 56 220 -
CMYK 0.14 0.75 0 0.14
HSL 289.02º 0.7% 0.54% -
HSV(B) 289.02º 0.75% 0.86% -
XYZ 35.57 18.94 69.49 -
YUV 114.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 190 56 220 0.14 0.75 0 0.14 289.02 0.7 0.54
Hex BE 38 DC E 4B 0 E 121 46 36
Octal 276 70 334 16 113 0 16 441 106 66
Binary 10111110 111000 11011100 1110 1001011 0 1110 100100001 1000110 110110

Color Harmonies of #BE38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38DC

Black with #BE38DC

Text Example


Text Example

White with #BE38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38DC; }

 p { color: rgb(190,56,220); }

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

background-color css

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

 a { background-color: rgb(190,56,220); }

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

border-color css

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

 span { border-color: rgb(190,56,220); }

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