Html Css Color HEX #BE4ADC Medium Orchid

📋 copy color: '#BE4ADC'

red 190 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #BE4ADC

Tints of Medium Orchid #BE4ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 39.26%
G = 15.29%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE4ADC (or 0xBE4ADC) is known color: Medium Orchid. HEX triplet: BE, 4A and DC. RGB value is (190,74,220). Sum of RGB (Red+Green+Blue) = 190+74+220=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ADC is #41B523. Grayscale: #7C7C7C. Windows color (decimal): -4306212 or 14437054. OLE color: 14437054.

HSL color Cylindrical-coordinate representation of color #BE4ADC: hue angle of 287.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4ADC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 74 220 -
CMYK 0.14 0.66 0 0.14
HSL 287.67º 0.68% 0.58% -
HSV(B) 287.67º 0.66% 0.86% -
XYZ 36.6 21.01 69.84 -
YUV 125.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 190 74 220 0.14 0.66 0 0.14 287.67 0.68 0.58
Hex BE 4A DC E 42 0 E 120 44 3A
Octal 276 112 334 16 102 0 16 440 104 72
Binary 10111110 1001010 11011100 1110 1000010 0 1110 100100000 1000100 111010

Color Harmonies of #BE4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4ADC

Black with #BE4ADC

Text Example


Text Example

White with #BE4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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