Html Css Color HEX #BE38DF Medium Orchid

📋 copy color: '#BE38DF'

red 190 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #BE38DF

Tints of Medium Orchid #BE38DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 40.51%
G = 11.94%
B = 47.55%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE38DF (or 0xBE38DF) is known color: Medium Orchid. HEX triplet: BE, 38 and DF. RGB value is (190,56,223). Sum of RGB (Red+Green+Blue) = 190+56+223=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38DF is #41C720. Grayscale: #727272. Windows color (decimal): -4310817 or 14629054. OLE color: 14629054.

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

Color convert

RGB 190 56 223 -
CMYK 0.15 0.75 0 0.13
HSL 288.14º 0.72% 0.55% -
HSV(B) 288.14º 0.75% 0.87% -
XYZ 35.97 19.1 71.6 -
YUV 115.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 190 56 223 0.15 0.75 0 0.13 288.14 0.72 0.55
Hex BE 38 DF F 4B 0 D 120 48 37
Octal 276 70 337 17 113 0 15 440 110 67
Binary 10111110 111000 11011111 1111 1001011 0 1101 100100000 1001000 110111

Color Harmonies of #BE38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38DF

Black with #BE38DF

Text Example


Text Example

White with #BE38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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