Html Css Color HEX #BE4CE0 Medium Orchid

📋 copy color: '#BE4CE0'

red 190 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #BE4CE0

Tints of Medium Orchid #BE4CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 38.78%
G = 15.51%
B = 45.71%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE4CE0 (or 0xBE4CE0) is known color: Medium Orchid. HEX triplet: BE, 4C and E0. RGB value is (190,76,224). Sum of RGB (Red+Green+Blue) = 190+76+224=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CE0 is #41B31F. Grayscale: #7E7E7E. Windows color (decimal): -4305696 or 14699710. OLE color: 14699710.

HSL color Cylindrical-coordinate representation of color #BE4CE0: hue angle of 286.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4CE0 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 76 224 -
CMYK 0.15 0.66 0 0.12
HSL 286.22º 0.7% 0.59% -
HSV(B) 286.22º 0.66% 0.88% -
XYZ 37.27 21.5 72.71 -
YUV 126.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 190 76 224 0.15 0.66 0 0.12 286.22 0.7 0.59
Hex BE 4C E0 F 42 0 C 11E 46 3B
Octal 276 114 340 17 102 0 14 436 106 73
Binary 10111110 1001100 11100000 1111 1000010 0 1100 100011110 1000110 111011

Color Harmonies of #BE4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CE0

Black with #BE4CE0

Text Example


Text Example

White with #BE4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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