Html Css Color HEX #BE37CF Medium Orchid

📋 copy color: '#BE37CF'

red 190 ◦ green 55 ◦ blue 207

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

Shades of Medium Orchid #BE37CF

Tints of Medium Orchid #BE37CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 42.04%
G = 12.17%
B = 45.8%

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

#BE37CF (or 0xBE37CF) is known color: Medium Orchid. HEX triplet: BE, 37 and CF. RGB value is (190,55,207). Sum of RGB (Red+Green+Blue) = 190+55+207=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37CF is #41C830. Grayscale: #707070. Windows color (decimal): -4311089 or 13580222. OLE color: 13580222.

HSL color Cylindrical-coordinate representation of color #BE37CF: hue angle of 293.29º degrees, saturation: 0.61, 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 #BE37CF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 55 207 -
CMYK 0.08 0.73 0 0.19
HSL 293.29º 0.61% 0.51% -
HSV(B) 293.29º 0.73% 0.81% -
XYZ 33.86 18.18 60.76 -
YUV 112.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 190 55 207 0.08 0.73 0 0.19 293.29 0.61 0.51
Hex BE 37 CF 8 49 0 13 125 3D 33
Octal 276 67 317 10 111 0 23 445 75 63
Binary 10111110 110111 11001111 1000 1001001 0 10011 100100101 111101 110011

Color Harmonies of #BE37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE37CF

Black with #BE37CF

Text Example


Text Example

White with #BE37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE37CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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