Html Css Color HEX #BE4DCD Medium Orchid

📋 copy color: '#BE4DCD'

red 190 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #BE4DCD

Tints of Medium Orchid #BE4DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 40.25%
G = 16.31%
B = 43.43%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE4DCD (or 0xBE4DCD) is known color: Medium Orchid. HEX triplet: BE, 4D and CD. RGB value is (190,77,205). Sum of RGB (Red+Green+Blue) = 190+77+205=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DCD is #41B232. Grayscale: #7C7C7C. Windows color (decimal): -4305459 or 13454782. OLE color: 13454782.

HSL color Cylindrical-coordinate representation of color #BE4DCD: hue angle of 292.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4DCD is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 77 205 -
CMYK 0.07 0.62 0 0.20
HSL 292.97º 0.56% 0.55% -
HSV(B) 292.97º 0.62% 0.8% -
XYZ 34.91 20.66 59.91 -
YUV 125.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 190 77 205 0.07 0.62 0 0.20 292.97 0.56 0.55
Hex BE 4D CD 7 3E 0 14 125 38 37
Octal 276 115 315 7 76 0 24 445 70 67
Binary 10111110 1001101 11001101 111 111110 0 10100 100100101 111000 110111

Color Harmonies of #BE4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DCD

Black with #BE4DCD

Text Example


Text Example

White with #BE4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DCD; }

 p { color: rgb(190,77,205); }

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

background-color css

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

 a { background-color: rgb(190,77,205); }

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

border-color css

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

 span { border-color: rgb(190,77,205); }

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