Html Css Color HEX #BE37D9 Medium Orchid

📋 copy color: '#BE37D9'

red 190 ◦ green 55 ◦ blue 217

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

Shades of Medium Orchid #BE37D9

Tints of Medium Orchid #BE37D9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.9%

 BLUE value IS 217 (85.16% from 255) = 46.97%

R = 41.13%
G = 11.9%
B = 46.97%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE37D9 (or 0xBE37D9) is known color: Medium Orchid. HEX triplet: BE, 37 and D9. RGB value is (190,55,217). Sum of RGB (Red+Green+Blue) = 190+55+217=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE37D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37D9 is #41C826. Grayscale: #717171. Windows color (decimal): -4311079 or 14235582. OLE color: 14235582.

HSL color Cylindrical-coordinate representation of color #BE37D9: hue angle of 290º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE37D9 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 55 217 -
CMYK 0.12 0.75 0 0.15
HSL 290º 0.68% 0.53% -
HSV(B) 290º 0.75% 0.85% -
XYZ 35.13 18.69 67.4 -
YUV 113.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 190 55 217 0.12 0.75 0 0.15 290 0.68 0.53
Hex BE 37 D9 C 4B 0 F 122 44 35
Octal 276 67 331 14 113 0 17 442 104 65
Binary 10111110 110111 11011001 1100 1001011 0 1111 100100010 1000100 110101

Color Harmonies of #BE37D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE37D9

Black with #BE37D9

Text Example


Text Example

White with #BE37D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE37D9; }

 p { color: rgb(190,55,217); }

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

background-color css

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

 a { background-color: rgb(190,55,217); }

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

border-color css

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

 span { border-color: rgb(190,55,217); }

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