Html Css Color HEX #BE61D0 Medium Orchid

📋 copy color: '#BE61D0'

red 190 ◦ green 97 ◦ blue 208

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

Shades of Medium Orchid #BE61D0

Tints of Medium Orchid #BE61D0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.6%

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 38.38%
G = 19.6%
B = 42.02%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE61D0 (or 0xBE61D0) is known color: Medium Orchid. HEX triplet: BE, 61 and D0. RGB value is (190,97,208). Sum of RGB (Red+Green+Blue) = 190+97+208=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE61D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61D0 is #419E2F. Grayscale: #898989. Windows color (decimal): -4300336 or 13656510. OLE color: 13656510.

HSL color Cylindrical-coordinate representation of color #BE61D0: hue angle of 290.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE61D0 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 97 208 -
CMYK 0.09 0.53 0 0.18
HSL 290.27º 0.54% 0.6% -
HSV(B) 290.27º 0.53% 0.82% -
XYZ 36.9 24.05 62.37 -
YUV 137.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 190 97 208 0.09 0.53 0 0.18 290.27 0.54 0.6
Hex BE 61 D0 9 35 0 12 122 36 3C
Octal 276 141 320 11 65 0 22 442 66 74
Binary 10111110 1100001 11010000 1001 110101 0 10010 100100010 110110 111100

Color Harmonies of #BE61D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE61D0

Black with #BE61D0

Text Example


Text Example

White with #BE61D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE61D0; }

 p { color: rgb(190,97,208); }

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

background-color css

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

 a { background-color: rgb(190,97,208); }

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

border-color css

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

 span { border-color: rgb(190,97,208); }

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