Html Css Color HEX #BE38E7 Medium Orchid

📋 copy color: '#BE38E7'

red 190 ◦ green 56 ◦ blue 231

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

Shades of Medium Orchid #BE38E7

Tints of Medium Orchid #BE38E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 39.83%
G = 11.74%
B = 48.43%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE38E7 (or 0xBE38E7) is known color: Medium Orchid. HEX triplet: BE, 38 and E7. RGB value is (190,56,231). Sum of RGB (Red+Green+Blue) = 190+56+231=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE38E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE38E7 is #41C718. Grayscale: #737373. Windows color (decimal): -4310809 or 15153342. OLE color: 15153342.

HSL color Cylindrical-coordinate representation of color #BE38E7: hue angle of 285.94º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE38E7 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 56 231 -
CMYK 0.18 0.76 0 0.09
HSL 285.94º 0.78% 0.56% -
HSV(B) 285.94º 0.76% 0.91% -
XYZ 37.07 19.55 77.42 -
YUV 116.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 190 56 231 0.18 0.76 0 0.09 285.94 0.78 0.56
Hex BE 38 E7 12 4C 0 9 11E 4E 38
Octal 276 70 347 22 114 0 11 436 116 70
Binary 10111110 111000 11100111 10010 1001100 0 1001 100011110 1001110 111000

Color Harmonies of #BE38E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38E7

Black with #BE38E7

Text Example


Text Example

White with #BE38E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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