Html Css Color HEX #BE4ACD Medium Orchid

📋 copy color: '#BE4ACD'

red 190 ◦ green 74 ◦ blue 205

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

Shades of Medium Orchid #BE4ACD

Tints of Medium Orchid #BE4ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.78%

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

R = 40.51%
G = 15.78%
B = 43.71%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE4ACD (or 0xBE4ACD) is known color: Medium Orchid. HEX triplet: BE, 4A and CD. RGB value is (190,74,205). Sum of RGB (Red+Green+Blue) = 190+74+205=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ACD is #41B532. Grayscale: #7B7B7B. Windows color (decimal): -4306227 or 13454014. OLE color: 13454014.

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

Color convert

RGB 190 74 205 -
CMYK 0.07 0.64 0 0.20
HSL 293.13º 0.57% 0.55% -
HSV(B) 293.13º 0.64% 0.8% -
XYZ 34.7 20.25 59.84 -
YUV 123.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 190 74 205 0.07 0.64 0 0.20 293.13 0.57 0.55
Hex BE 4A CD 7 40 0 14 125 39 37
Octal 276 112 315 7 100 0 24 445 71 67
Binary 10111110 1001010 11001101 111 1000000 0 10100 100100101 111001 110111

Color Harmonies of #BE4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4ACD

Black with #BE4ACD

Text Example


Text Example

White with #BE4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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