Html Css Color HEX #BE38CE Medium Orchid

📋 copy color: '#BE38CE'

red 190 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #BE38CE

Tints of Medium Orchid #BE38CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 42.04%
G = 12.39%
B = 45.58%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE38CE (or 0xBE38CE) is known color: Medium Orchid. HEX triplet: BE, 38 and CE. RGB value is (190,56,206). Sum of RGB (Red+Green+Blue) = 190+56+206=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38CE is #41C731. Grayscale: #707070. Windows color (decimal): -4310834 or 13514942. OLE color: 13514942.

HSL color Cylindrical-coordinate representation of color #BE38CE: hue angle of 293.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE38CE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 56 206 -
CMYK 0.08 0.73 0 0.19
HSL 293.6º 0.6% 0.51% -
HSV(B) 293.6º 0.73% 0.81% -
XYZ 33.79 18.23 60.13 -
YUV 113.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 190 56 206 0.08 0.73 0 0.19 293.6 0.6 0.51
Hex BE 38 CE 8 49 0 13 126 3C 33
Octal 276 70 316 10 111 0 23 446 74 63
Binary 10111110 111000 11001110 1000 1001001 0 10011 100100110 111100 110011

Color Harmonies of #BE38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38CE

Black with #BE38CE

Text Example


Text Example

White with #BE38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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