Html Css Color HEX #BE4CEC Medium Orchid

📋 copy color: '#BE4CEC'

red 190 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #BE4CEC

Tints of Medium Orchid #BE4CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 37.85%
G = 15.14%
B = 47.01%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE4CEC (or 0xBE4CEC) is known color: Medium Orchid. HEX triplet: BE, 4C and EC. RGB value is (190,76,236). Sum of RGB (Red+Green+Blue) = 190+76+236=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE4CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CEC is #41B313. Grayscale: #7F7F7F. Windows color (decimal): -4305684 or 15486142. OLE color: 15486142.

HSL color Cylindrical-coordinate representation of color #BE4CEC: hue angle of 282.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4CEC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 76 236 -
CMYK 0.19 0.68 0 0.07
HSL 282.75º 0.81% 0.61% -
HSV(B) 282.75º 0.68% 0.93% -
XYZ 38.96 22.17 81.58 -
YUV 128.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 190 76 236 0.19 0.68 0 0.07 282.75 0.81 0.61
Hex BE 4C EC 13 44 0 7 11B 51 3D
Octal 276 114 354 23 104 0 7 433 121 75
Binary 10111110 1001100 11101100 10011 1000100 0 111 100011011 1010001 111101

Color Harmonies of #BE4CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CEC

Black with #BE4CEC

Text Example


Text Example

White with #BE4CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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