Html Css Color HEX #BE3CEC Medium Orchid

📋 copy color: '#BE3CEC'

red 190 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #BE3CEC

Tints of Medium Orchid #BE3CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.35%

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

R = 39.09%
G = 12.35%
B = 48.56%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE3CEC (or 0xBE3CEC) is known color: Medium Orchid. HEX triplet: BE, 3C and EC. RGB value is (190,60,236). Sum of RGB (Red+Green+Blue) = 190+60+236=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CEC is #41C313. Grayscale: #767676. Windows color (decimal): -4309780 or 15482046. OLE color: 15482046.

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

Color convert

RGB 190 60 236 -
CMYK 0.19 0.75 0 0.07
HSL 284.32º 0.82% 0.58% -
HSV(B) 284.32º 0.75% 0.93% -
XYZ 37.99 20.23 81.26 -
YUV 118.93 194.07 178.69 -
System Red Green Blue C M Y K H S L
Decimal 190 60 236 0.19 0.75 0 0.07 284.32 0.82 0.58
Hex BE 3C EC 13 4B 0 7 11C 52 3A
Octal 276 74 354 23 113 0 7 434 122 72
Binary 10111110 111100 11101100 10011 1001011 0 111 100011100 1010010 111010

Color Harmonies of #BE3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CEC

Black with #BE3CEC

Text Example


Text Example

White with #BE3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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