Html Css Color HEX #BE38DD Medium Orchid

📋 copy color: '#BE38DD'

red 190 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #BE38DD

Tints of Medium Orchid #BE38DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 40.69%
G = 11.99%
B = 47.32%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE38DD (or 0xBE38DD) is known color: Medium Orchid. HEX triplet: BE, 38 and DD. RGB value is (190,56,221). Sum of RGB (Red+Green+Blue) = 190+56+221=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE38DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38DD is #41C722. Grayscale: #727272. Windows color (decimal): -4310819 or 14497982. OLE color: 14497982.

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

Color convert

RGB 190 56 221 -
CMYK 0.14 0.75 0 0.13
HSL 288.73º 0.71% 0.54% -
HSV(B) 288.73º 0.75% 0.87% -
XYZ 35.7 19 70.19 -
YUV 114.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 190 56 221 0.14 0.75 0 0.13 288.73 0.71 0.54
Hex BE 38 DD E 4B 0 D 121 47 36
Octal 276 70 335 16 113 0 15 441 107 66
Binary 10111110 111000 11011101 1110 1001011 0 1101 100100001 1000111 110110

Color Harmonies of #BE38DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38DD

Black with #BE38DD

Text Example


Text Example

White with #BE38DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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