Html Css Color HEX #BE4CD1 Medium Orchid

📋 copy color: '#BE4CD1'

red 190 ◦ green 76 ◦ blue 209

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

Shades of Medium Orchid #BE4CD1

Tints of Medium Orchid #BE4CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16%

 BLUE value IS 209 (82.03% from 255) = 44%

R = 40%
G = 16%
B = 44%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE4CD1 (or 0xBE4CD1) is known color: Medium Orchid. HEX triplet: BE, 4C and D1. RGB value is (190,76,209). Sum of RGB (Red+Green+Blue) = 190+76+209=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE4CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CD1 is #41B32E. Grayscale: #7C7C7C. Windows color (decimal): -4305711 or 13716670. OLE color: 13716670.

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

Color convert

RGB 190 76 209 -
CMYK 0.09 0.64 0 0.18
HSL 291.43º 0.59% 0.56% -
HSV(B) 291.43º 0.64% 0.82% -
XYZ 35.33 20.72 62.46 -
YUV 125.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 190 76 209 0.09 0.64 0 0.18 291.43 0.59 0.56
Hex BE 4C D1 9 40 0 12 123 3B 38
Octal 276 114 321 11 100 0 22 443 73 70
Binary 10111110 1001100 11010001 1001 1000000 0 10010 100100011 111011 111000

Color Harmonies of #BE4CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CD1

Black with #BE4CD1

Text Example


Text Example

White with #BE4CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CD1; }

 p { color: rgb(190,76,209); }

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

background-color css

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

 a { background-color: rgb(190,76,209); }

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

border-color css

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

 span { border-color: rgb(190,76,209); }

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